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