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