Variable $AuthRecoverPasswordInputViewConst

$AuthRecoverPasswordInputView: {
    properties: {
        email: { description: "E-mail."; nullable: false; type: "string" };
    };
    required: readonly ["email"];
    type: "object";
} = ...

Type declaration

  • Readonlyproperties: { email: { description: "E-mail."; nullable: false; type: "string" } }
  • Readonlyrequired: readonly ["email"]
  • Readonlytype: "object"