mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
refactor tag components and tagCreate events, change global week_start and timezone settings, fix pie charts
This commit is contained in:
2
resources/js/types/global.d.ts
vendored
2
resources/js/types/global.d.ts
vendored
@@ -9,6 +9,8 @@ declare global {
|
||||
axios: AxiosInstance;
|
||||
initialDataLoaded: boolean;
|
||||
vueAppSetupHook?: (app: App) => void;
|
||||
getWeekStartSetting: () => string;
|
||||
getTimezoneSetting: () => string;
|
||||
}
|
||||
|
||||
let route: typeof ziggyRoute;
|
||||
|
||||
Reference in New Issue
Block a user