diff options
| author | Fuwn <[email protected]> | 2024-10-09 00:41:20 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 00:41:43 -0700 |
| commit | 998b63a35256ac985a5a2714dd1ca451af4dfd8a (patch) | |
| tree | 50796121a9d5ab0330fdc5d7e098bda2860d9726 /src/app.d.ts | |
| parent | feat(graphql): add badgeCount field (diff) | |
| download | due.moe-998b63a35256ac985a5a2714dd1ca451af4dfd8a.tar.xz due.moe-998b63a35256ac985a5a2714dd1ca451af4dfd8a.zip | |
chore(prettier): use spaces instead of tabs
Diffstat (limited to 'src/app.d.ts')
| -rw-r--r-- | src/app.d.ts | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/app.d.ts b/src/app.d.ts index a0a37a46..1598a90b 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -4,20 +4,20 @@ import 'bun-types'; // See https://kit.svelte.dev/docs/types#app // for information about these interfaces declare global { - namespace App { - // interface Error {} + namespace App { + // interface Error {} - interface Locals { - user: AniList; - } + interface Locals { + user: AniList; + } - // interface PageData {} - // interface Platform {} - } + // interface PageData {} + // interface Platform {} + } - const umami: { - track: (event_name: string, event_data?: Record<string, unknown>) => void; - }; + const umami: { + track: (event_name: string, event_data?: Record<string, unknown>) => void; + }; } export {}; |