Spaces:
Runtime error
Runtime error
| /* generated using openapi-typescript-codegen -- do not edit */ | |
| /* istanbul ignore file */ | |
| /* tslint:disable */ | |
| /* eslint-disable */ | |
| /** | |
| * Response model for profile sample. | |
| */ | |
| export type ProfileSampleResponse = { | |
| id: string; | |
| profile_id: string; | |
| audio_path: string; | |
| reference_text: string; | |
| }; | |