mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
9 lines
142 B
TypeScript
9 lines
142 B
TypeScript
export const $SpeakerAssignmentStatus = {
|
|
properties: {
|
|
status: {
|
|
type: "string",
|
|
isRequired: true,
|
|
},
|
|
},
|
|
} as const;
|