bunway
    Preparing search index...

    Interface SessionData

    Extend this interface to add typed session data fields with full autocomplete.

    declare module "bunway" {
    interface SessionData {
    user: User;
    cart: CartItem[];
    }
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown