fix: FINNALY FIXED AND COMPILABLE

This commit is contained in:
2026-06-24 11:37:56 +01:00
parent e9555c9f74
commit 426c1c50a0
13 changed files with 56 additions and 62 deletions
+4
View File
@@ -132,6 +132,10 @@ export interface EventRegistration {
notes: string | null;
}
export interface EventRegistrationWithDriver extends EventRegistration {
driver_name: string;
}
export interface EventWithRegistrations extends Event {
registrations_count: number;
user_registered?: boolean;