interface SessionInput {
    appName: string;
    userId: string;
    state: Record<string, any>;
}

Properties

Properties

appName: string
userId: string
state: Record<string, any>