mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
10 lines
230 B
TypeScript
10 lines
230 B
TypeScript
/* generated using openapi-typescript-codegen -- do not edit */
|
|
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export type GetTranscriptSegmentTopic = {
|
|
text: string;
|
|
start: number;
|
|
speaker: number;
|
|
};
|