Migrate SvelteKit to the latest version 431 (#526)

This commit is contained in:
Alex
2022-08-24 21:10:48 -07:00
committed by GitHub
parent fb0fa742f5
commit db2ed2d881
47 changed files with 1509 additions and 1216 deletions

6
web/src/app.d.ts vendored
View File

@@ -8,10 +8,4 @@ declare namespace App {
}
// interface Platform {}
interface Session {
user?: import('@api').UserResponseDto;
}
// interface Stuff {}
}