Update app.d.ts
This commit is contained in:
parent
149c821959
commit
d1243a1997
1 changed files with 4 additions and 0 deletions
4
frontend/src/app.d.ts
vendored
4
frontend/src/app.d.ts
vendored
|
|
@ -9,6 +9,10 @@ declare global {
|
||||||
apiClient?: ApiClient;
|
apiClient?: ApiClient;
|
||||||
authToken: string | null;
|
authToken: string | null;
|
||||||
isAdmin: boolean;
|
isAdmin: boolean;
|
||||||
|
flash?: {
|
||||||
|
type: 'success';
|
||||||
|
message: string;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
// interface PageData {}
|
// interface PageData {}
|
||||||
// interface PageState {}
|
// interface PageState {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue