mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Privileged header items
This commit is contained in:
parent
1631ce7bf6
commit
181cc33dd1
7 changed files with 88 additions and 27 deletions
2
src/env.d.ts
vendored
2
src/env.d.ts
vendored
|
|
@ -4,5 +4,7 @@ declare namespace App {
|
|||
interface Locals {
|
||||
user: import('better-auth').User | null
|
||||
session: import('better-auth').Session | null
|
||||
permissions: string[]
|
||||
pages: string[]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue