Type alias QueueViewModel
QueueViewModel: {
helperIDs: string[];
isOpen: boolean;
queueName: string;
seriousModeEnabled: boolean;
studentDisplayNames: string[];
}
Type declaration
-
helperIDs: string[]
-
isOpen: boolean
-
queueName: string
-
seriousModeEnabled: boolean
-
studentDisplayNames: string[]