And another test

This commit is contained in:
Tiago Ribeiro
2023-11-26 22:34:35 +00:00
parent 8cbec131fe
commit ebda1e1717
2 changed files with 13 additions and 4 deletions

View File

@@ -14,5 +14,6 @@ export const sessionOptions: IronSessionOptions = {
declare module "iron-session" {
interface IronSessionData {
user?: User | null;
envVariables?: {[key: string]: string};
}
}