Added Notifications

This commit is contained in:
2026-05-24 21:53:17 +10:00
parent 150c34bfb8
commit 57b015eb18
8 changed files with 57 additions and 11 deletions
+1
View File
@@ -17,6 +17,7 @@ export interface User {
name: string
email: string
email_verified_at: string | null
distance_unit: "km" | "mi" | "nm"
}
export type UserActionType = "flight_cancelled" | "flight_booked" | "flight_updated" | "flight_logged" | "flight_deleted" | "flight_imported" | "flight_departing" | "flight_arriving"