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:
26
www/app/api/schemas/$UpdateParticipant.ts
Normal file
26
www/app/api/schemas/$UpdateParticipant.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
export const $UpdateParticipant = {
|
||||
properties: {
|
||||
speaker: {
|
||||
type: "any-of",
|
||||
contains: [
|
||||
{
|
||||
type: "number",
|
||||
},
|
||||
{
|
||||
type: "null",
|
||||
},
|
||||
],
|
||||
},
|
||||
name: {
|
||||
type: "any-of",
|
||||
contains: [
|
||||
{
|
||||
type: "string",
|
||||
},
|
||||
{
|
||||
type: "null",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user