feat(#9): Nuxt 4 migration
This commit is contained in:
22
legalconsenthub/types/auth.d.ts
vendored
22
legalconsenthub/types/auth.d.ts
vendored
@@ -1,22 +0,0 @@
|
||||
declare module '#auth-utils' {
|
||||
interface User {
|
||||
keycloakId: string
|
||||
name: string
|
||||
organizations: Organization[]
|
||||
roles: string[]
|
||||
}
|
||||
|
||||
interface UserSession {
|
||||
name: string
|
||||
organizations: Organization[]
|
||||
roles: string[]
|
||||
loggedInAt: number
|
||||
jwt: {
|
||||
accessToken: string
|
||||
refreshToken: string
|
||||
expiresIn: number
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user