interface ICliUserSession {
    data?: Record<string, any>;
    user: ICliUser;
}

Properties

Properties

data?: Record<string, any>

The data associated with the user session

user: ICliUser

The user associated with the session