fix: FINNALY FIXED AND COMPILABLE
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user