mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
17 lines
276 B
TypeScript
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;
|