Update app.d.ts

This commit is contained in:
wilson 2026-05-04 07:59:03 +01:00
parent 149c821959
commit d1243a1997

View file

@ -9,6 +9,10 @@ declare global {
apiClient?: ApiClient;
authToken: string | null;
isAdmin: boolean;
flash?: {
type: 'success';
message: string;
};
}
// interface PageData {}
// interface PageState {}