added user to locals
This commit is contained in:
parent
9c3f103758
commit
976cd3edb9
|
|
@ -6,7 +6,9 @@ declare global {
|
|||
message: string
|
||||
cause?: number,
|
||||
}
|
||||
// interface Locals {}
|
||||
interface Locals {
|
||||
user?: User
|
||||
}
|
||||
// interface PageData {}
|
||||
// interface PageState {}
|
||||
// interface Platform {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue