valitype
    Preparing search index...

    Type Alias CustomRule

    type CustomRule = {
        default?: string;
        errorMessage?: string;
        required?: boolean;
        type: "custom";
        validator: CustomValidatorFn;
    }
    Index

    Properties

    default?: string
    errorMessage?: string
    required?: boolean
    type: "custom"