feat: add team collaboration sessions for admins, enhancing session management and visibility in the application
This commit is contained in:
@@ -13,12 +13,13 @@ export const WORKSHOP_TYPE_IDS = [
|
||||
|
||||
export type WorkshopTypeId = (typeof WORKSHOP_TYPE_IDS)[number];
|
||||
|
||||
export type WorkshopTabType = WorkshopTypeId | 'all' | 'byPerson';
|
||||
export type WorkshopTabType = WorkshopTypeId | 'all' | 'byPerson' | 'team';
|
||||
|
||||
export const VALID_TAB_PARAMS: WorkshopTabType[] = [
|
||||
'all',
|
||||
...WORKSHOP_TYPE_IDS,
|
||||
'byPerson',
|
||||
'team',
|
||||
];
|
||||
|
||||
export interface WorkshopConfig {
|
||||
|
||||
Reference in New Issue
Block a user