Add notification for "Other" tournament types

This commit is contained in:
Timothy Armes
2024-09-30 15:03:30 +02:00
parent ee031588ff
commit 7c1aa60c3f
5 changed files with 19 additions and 24 deletions
+1
View File
@@ -10,5 +10,6 @@ export type ZoneModel = {
classicNotifications: boolean;
rapidNotifications: boolean;
blitzNotifications: boolean;
otherNotifications: boolean;
features: z.infer<typeof featureCollection>;
};