mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
export type SpeakerAssignmentStatus = {
|
|
status: string;
|
|
};
|