Display a tab with information about groups #98
@ -47,7 +47,7 @@ export type Group = {
|
|||||||
guest_count: number;
|
guest_count: number;
|
||||||
icon: string;
|
icon: string;
|
||||||
children: Group[];
|
children: Group[];
|
||||||
color: string;
|
color?: string;
|
||||||
attendance?: AttendanceSummary
|
attendance?: AttendanceSummary
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user