mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Add iat to session object
This commit is contained in:
parent
0aaf2c0b3b
commit
db75e1e5d2
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export interface NextApiRequestCollect extends NextApiRequest {
|
||||||
subdivision1: string;
|
subdivision1: string;
|
||||||
subdivision2: string;
|
subdivision2: string;
|
||||||
city: string;
|
city: string;
|
||||||
|
iat: number;
|
||||||
};
|
};
|
||||||
headers: { [key: string]: any };
|
headers: { [key: string]: any };
|
||||||
yup: YupRequest;
|
yup: YupRequest;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue