From d1243a1997538de853287ea43e46af3b47599e5e Mon Sep 17 00:00:00 2001 From: wilson Date: Mon, 4 May 2026 07:59:03 +0100 Subject: [PATCH] Update app.d.ts --- frontend/src/app.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/app.d.ts b/frontend/src/app.d.ts index 08dc1b5..4139f96 100644 --- a/frontend/src/app.d.ts +++ b/frontend/src/app.d.ts @@ -9,6 +9,10 @@ declare global { apiClient?: ApiClient; authToken: string | null; isAdmin: boolean; + flash?: { + type: 'success'; + message: string; + }; } // interface PageData {} // interface PageState {}