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