Add auto refresh dropdown (#620)

This commit is contained in:
Saeed Vaziry
2025-06-21 22:17:49 +02:00
committed by GitHub
parent 736e27fa4e
commit dd14e69239
8 changed files with 107 additions and 9 deletions

View File

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