Merge remote-tracking branch 'origin/main' into allow-custom-date-time-formats

This commit is contained in:
2026-07-18 00:46:47 +10:00
9 changed files with 226 additions and 2 deletions
+8
View File
@@ -328,6 +328,14 @@ export interface MissingLivery {
clipboard_text: string;
}
export interface MissingAirline{
code: string;
flights: {
flight_number: string;
link: string;
}[]
}
declare module '@inertiajs/vue3' {
interface PageProps extends SharedProps {}
}