Interface BooleanValidator

interface BooleanValidator {
    isBoolean?: {
        errorMsg?: string;
    };
}

Properties

Properties

isBoolean?: {
    errorMsg?: string;
}

Type declaration

  • Optional errorMsg?: string

Generated using TypeDoc