mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
Migrate to openapi-ts generator
This commit is contained in:
16
www/app/api/schemas/$GetTranscriptSegmentTopic.ts
Normal file
16
www/app/api/schemas/$GetTranscriptSegmentTopic.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export const $GetTranscriptSegmentTopic = {
|
||||
properties: {
|
||||
text: {
|
||||
type: "string",
|
||||
isRequired: true,
|
||||
},
|
||||
start: {
|
||||
type: "number",
|
||||
isRequired: true,
|
||||
},
|
||||
speaker: {
|
||||
type: "number",
|
||||
isRequired: true,
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user