Spaces:
Runtime error
Runtime error
| /* generated using openapi-typescript-codegen -- do not edit */ | |
| /* istanbul ignore file */ | |
| /* tslint:disable */ | |
| /* eslint-disable */ | |
| /** | |
| * Response model for voice profile. | |
| */ | |
| export type VoiceProfileResponse = { | |
| id: string; | |
| name: string; | |
| description: string | null; | |
| language: string; | |
| created_at: string; | |
| updated_at: string; | |
| }; | |