Allow to search events by online status

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-06 14:37:45 +01:00
parent 9ac3da618d
commit 69e91e89f5
8 changed files with 232 additions and 75 deletions

View File

@@ -31,6 +31,8 @@ export interface IEventParticipantStats {
going: number;
}
export type EventType = "IN_PERSON" | "ONLINE" | null;
interface IEventEditJSON {
id?: string;
title: string;