Added Notifications
This commit is contained in:
Vendored
+9
@@ -62,6 +62,8 @@ export type SharedProps = import('@inertiajs/core').PageProps & {
|
||||
auth: {
|
||||
user: User | null
|
||||
isLoggedIn: boolean
|
||||
roles: string[];
|
||||
permissions: string[];
|
||||
},
|
||||
logo_api_url: string
|
||||
achievement_notifications: Notification[]
|
||||
@@ -259,6 +261,13 @@ export interface Flight {
|
||||
livery_url?: string
|
||||
}
|
||||
|
||||
export interface MissingLivery {
|
||||
airline_name: string;
|
||||
aircraft_display_name: string;
|
||||
filename: string;
|
||||
clipboard_text: string;
|
||||
}
|
||||
|
||||
declare module '@inertiajs/vue3' {
|
||||
interface PageProps extends SharedProps {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user