Interface IProps

    Props

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

    Properties

    Properties

    user: Pick<IFrontUser, "email">

    Generated using TypeDoc and TypeDoc Airthium Plugin