mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Migrate to openapi-ts generator
This commit is contained in:
11
www/app/api/schemas/$AudioWaveform.ts
Normal file
11
www/app/api/schemas/$AudioWaveform.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const $AudioWaveform = {
|
||||
properties: {
|
||||
data: {
|
||||
type: "array",
|
||||
contains: {
|
||||
type: "number",
|
||||
},
|
||||
isRequired: true,
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user