Extend this interface to add typed session data fields with full autocomplete.
declare module "bunway" { interface SessionData { user: User; cart: CartItem[]; }} Copy
declare module "bunway" { interface SessionData { user: User; cart: CartItem[]; }}
Optional
Extend this interface to add typed session data fields with full autocomplete.
Example