Added achievement data

This commit is contained in:
2026-05-09 18:05:12 +10:00
parent 7e3af37a46
commit f2b2eaaabe
183 changed files with 578 additions and 5 deletions
+1
View File
@@ -251,6 +251,7 @@ export interface Flight {
duration_display: string
duration: number
distance: number
livery_url?: string
}
declare module '@inertiajs/vue3' {