Added API

This commit is contained in:
2026-06-21 16:53:39 +10:00
parent 5850c849d0
commit 07e2796e09
12 changed files with 124 additions and 36 deletions
+1
View File
@@ -97,6 +97,7 @@ export type SharedProps = import('@inertiajs/core').PageProps & {
isLoggedIn: boolean
roles: string[];
permissions: string[];
apiToken: string | null;
},
logo_api_url: string
achievement_notifications: Notification[]