interface SignUpFormInputs {
    agreesPrivacyPolicy: boolean;
    agreesUserAgreement: boolean;
    email: string;
    password: string;
}

Properties

agreesPrivacyPolicy: boolean
agreesUserAgreement: boolean
email: string
password: string

Generated using TypeDoc