diff options
Diffstat (limited to 'src/app.d.ts')
| -rw-r--r-- | src/app.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.d.ts b/src/app.d.ts index 34cd4db6..97586370 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -1,4 +1,5 @@ import type { AniList } from '$lib/AniList'; +import 'bun-types'; // See https://kit.svelte.dev/docs/types#app // for information about these interfaces |