Added Notifications

This commit is contained in:
2026-06-05 10:10:37 +10:00
parent 09841ba1f7
commit 906f8cda57
16 changed files with 61 additions and 34 deletions
+2 -2
View File
@@ -181,8 +181,8 @@ export type Country = {
export interface Airline {
id: number
IATA_code: string | null
ICAO_code: string | null
iata_code: string | null
icao_code: string | null
name: string
internal_name: string
active: boolean