Add usage.

This commit is contained in:
Brian Cao 2023-05-15 20:41:12 -07:00
parent 345dee5720
commit 2ce62c1023
4 changed files with 29 additions and 2 deletions

View file

@ -28,6 +28,7 @@ export interface NextApiRequestCollect extends NextApiRequest {
session: {
id: string;
websiteId: string;
ownerId: string;
hostname: string;
browser: string;
os: string;