Add more functionality wip
This commit is contained in:
4
src/app.d.ts
vendored
4
src/app.d.ts
vendored
@@ -8,8 +8,8 @@ declare global {
|
||||
interface Locals {
|
||||
user: {
|
||||
isLoggedIn: boolean;
|
||||
email: string | undefined;
|
||||
username: string | undefined | null;
|
||||
email: string | null;
|
||||
username: string | null;
|
||||
}
|
||||
}
|
||||
// interface PageData {}
|
||||
|
||||
Reference in New Issue
Block a user