generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
17
wp-content/themes/ccat/shared/auth.d.ts
vendored
Normal file
17
wp-content/themes/ccat/shared/auth.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// auth.d.ts
|
||||
declare module "#auth-utils" {
|
||||
interface User {
|
||||
email: string;
|
||||
}
|
||||
|
||||
interface UserSession {
|
||||
loggedInAt: string;
|
||||
}
|
||||
|
||||
interface SecureSessionData {
|
||||
authToken: string;
|
||||
refreshToken: string;
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
||||
Reference in New Issue
Block a user