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:
14
www/app/api/schemas/$CreateTranscript.ts
Normal file
14
www/app/api/schemas/$CreateTranscript.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export const $CreateTranscript = {
|
||||
properties: {
|
||||
name: {
|
||||
type: "string",
|
||||
isRequired: true,
|
||||
},
|
||||
source_language: {
|
||||
type: "string",
|
||||
},
|
||||
target_language: {
|
||||
type: "string",
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user