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