Interface ILoginBody

    interface ILoginBody {
        email: string;
        password: string;
    }

    Properties

    Properties

    email: string
    password: string

    Generated using TypeDoc and TypeDoc Airthium Plugin