Props

interface IProps {
    user: Pick<IFrontUser, "usermodels">;
}

Properties

Properties

user: Pick<IFrontUser, "usermodels">