aboutsummaryrefslogtreecommitdiff
path: root/src/app.d.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 00:41:20 -0700
committerFuwn <[email protected]>2024-10-09 00:41:43 -0700
commit998b63a35256ac985a5a2714dd1ca451af4dfd8a (patch)
tree50796121a9d5ab0330fdc5d7e098bda2860d9726 /src/app.d.ts
parentfeat(graphql): add badgeCount field (diff)
downloaddue.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.ts22
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 {};