diff options
| author | mat <github@matdoes.dev> | 2022-02-15 01:33:08 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-02-15 01:33:08 +0000 |
| commit | ffe5eea0ce73cae8657c547f881b6f41270fef37 (patch) | |
| tree | eff4b6c4e4b9a155e8c6b68fd1843db20d8b4aa5 /src/app.d.ts | |
| parent | 9f28b6d9160fee5eff92d1d9849191f2f12faeab (diff) | |
| download | skyblock-stats-ffe5eea0ce73cae8657c547f881b6f41270fef37.tar.gz skyblock-stats-ffe5eea0ce73cae8657c547f881b6f41270fef37.tar.bz2 skyblock-stats-ffe5eea0ce73cae8657c547f881b6f41270fef37.zip | |
start adding stuff
Diffstat (limited to 'src/app.d.ts')
| -rw-r--r-- | src/app.d.ts | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/app.d.ts b/src/app.d.ts index 3ddb22d..efdb902 100644 --- a/src/app.d.ts +++ b/src/app.d.ts @@ -1,15 +1,15 @@ /// <reference types="@sveltejs/kit" /> -// See https://kit.svelte.dev/docs/typescript -// for information about these interfaces -declare namespace App { - interface Locals { - userid: string; - } +// // See https://kit.svelte.dev/docs/typescript +// // for information about these interfaces +// declare namespace App { +// interface Locals { +// userid: string; +// } - interface Platform {} +// interface Platform {} - interface Session {} +// interface Session {} - interface Stuff {} -} +// interface Stuff {} +// } |
