mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-02 08:11:41 +02:00
Add appState
appState contains variables that indicate whether an event is currently ongoing, and whether registration is currently allowed.
This commit is contained in:
6
backend/karaoqueue-backend/src/models/appState.model.ts
Normal file
6
backend/karaoqueue-backend/src/models/appState.model.ts
Normal file
@ -0,0 +1,6 @@
|
||||
class AppState {
|
||||
registrationEnabled: boolean;
|
||||
currentlyInEvent: boolean;
|
||||
}
|
||||
|
||||
export default AppState;
|
Reference in New Issue
Block a user