Files
reflector/www/app/api/schemas/$GetTranscriptSegmentTopic.ts

17 lines
276 B
TypeScript

export const $GetTranscriptSegmentTopic = {
properties: {
text: {
type: "string",
isRequired: true,
},
start: {
type: "number",
isRequired: true,
},
speaker: {
type: "number",
isRequired: true,
},
},
} as const;