Add iat to session object

This commit is contained in:
Francis Cao 2024-03-25 17:49:13 -07:00
parent 0aaf2c0b3b
commit db75e1e5d2
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export interface NextApiRequestCollect extends NextApiRequest {
subdivision1: string;
subdivision2: string;
city: string;
iat: number;
};
headers: { [key: string]: any };
yup: YupRequest;