@ladesa-ro/api-client-fetch - v1.0.0-next.35
    Preparing search index...

    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"