Files
reflector/www/app/api/schemas/$RtcOffer.ts

13 lines
189 B
TypeScript

export const $RtcOffer = {
properties: {
sdp: {
type: "string",
isRequired: true,
},
type: {
type: "string",
isRequired: true,
},
},
} as const;