This commit is contained in:
Saeed Vaziry
2025-06-21 23:18:24 +02:00
parent 346bd03f4f
commit e59448d30a
3 changed files with 8 additions and 3 deletions

View File

@ -105,6 +105,7 @@ export interface Configs {
export interface SharedData {
name: string;
version: string;
demo: boolean;
quote: { message: string; author: string };
auth: Auth;
ziggy: Config & { location: string };