refactors, specific day playtime controls
This commit is contained in:
@@ -80,6 +80,11 @@ export const ACTIONS = {
|
||||
// Settings actions
|
||||
SETTINGS_UPDATE: 'update_settings',
|
||||
|
||||
// Time slot actions
|
||||
TIME_SLOT_CREATE: 'create_time_slot',
|
||||
TIME_SLOT_UPDATE: 'update_time_slot',
|
||||
TIME_SLOT_DELETE: 'delete_time_slot',
|
||||
|
||||
// System actions
|
||||
SYSTEM_START: 'system_start',
|
||||
SYSTEM_ERROR: 'system_error',
|
||||
@@ -91,5 +96,6 @@ export const ENTITY_TYPES = {
|
||||
COURT: 'court',
|
||||
ANNOUNCEMENT: 'announcement',
|
||||
SETTINGS: 'settings',
|
||||
TIME_SLOT: 'time_slot',
|
||||
SYSTEM: 'system',
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user