Files
reflector/www/app/api/models/GetTranscriptSegmentTopic.ts

6 lines
97 B
TypeScript

export type GetTranscriptSegmentTopic = {
text: string;
start: number;
speaker: number;
};