Props

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

Properties

Properties

user: Pick<IFrontUser, "email">