Spaces:
Runtime error
Runtime error
| /* generated using openapi-typescript-codegen -- do not edit */ | |
| /* istanbul ignore file */ | |
| /* tslint:disable */ | |
| /* eslint-disable */ | |
| /** | |
| * Request model for creating a voice profile. | |
| */ | |
| export type VoiceProfileCreate = { | |
| name: string; | |
| description?: string | null; | |
| language?: string; | |
| }; | |