Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
StarrySkySites
/
refs/heads/main
/
.
/
apps
/
void
/
src
/
app.d.ts
blob: f59b884c51ed3c31fc0738fd38d0d75b580df5e4 [
file
] [
log
] [
blame
]
Skyler Grey
51e9e63
2023-06-03 10:20:11 +0200
[
diff
] [
blame
]
1
// See https://kit.svelte.dev/docs/types#app
2
// for information about these interfaces
3
declare
global
{
4
namespace
App
{
5
// interface Error {}
6
// interface Locals {}
7
// interface PageData {}
8
// interface Platform {}
9
}
10
}
11
12
export
{};