trips) adding initial commit
This commit is contained in:
17
src/app.d.ts
vendored
Normal file
17
src/app.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { DefaultSession } from '@auth/sveltekit';
|
||||
|
||||
declare global {
|
||||
namespace App {
|
||||
// interface Error {}
|
||||
interface Locals {
|
||||
auth(): Promise<DefaultSession | null>;
|
||||
}
|
||||
interface PageData {
|
||||
session: DefaultSession | null;
|
||||
}
|
||||
// interface PageState {}
|
||||
// interface Platform {}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user