File size: 304 Bytes
442a1fe
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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;
};