13 lines
260 B
TypeScript
13 lines
260 B
TypeScript
/**
|
|
* Generated by orval v8.4.2 🍺
|
|
* Do not edit manually.
|
|
* DreamChat API
|
|
* The DreamChat API documentation
|
|
* OpenAPI spec version: 1.0.0
|
|
*/
|
|
|
|
/**
|
|
* Character configuration (JSON)
|
|
*/
|
|
export type UpdateCharacterDtoConfig = { [key: string]: unknown };
|