Interface IUserSessionProp

A basic structure of a user session prop.

interface IUserSessionProp {
    user: IUserSessionPropUser;
}

Properties

Properties

Information about the current user.

Generated using TypeDoc