Added Notifications

This commit is contained in:
2026-05-18 14:51:46 +10:00
parent 10b5b6a5c9
commit e1bed676e4
5 changed files with 67 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export interface User {
email_verified_at: string | null
}
export type UserActionType = "flight_cancelled" | "flight_booked" | "flight_updated" | "flight_logged" | "flight_deleted" | "flight_imported"
export type UserActionType = "flight_cancelled" | "flight_booked" | "flight_updated" | "flight_logged" | "flight_deleted" | "flight_imported" | "flight_departing" | "flight_arriving"
export type UserActionDataKey = "field" | "from" | "to"
export type UserActionFlightBookedData = {