valitype
    Preparing search index...

    Type Alias BooleanRule

    type BooleanRule = {
        default?: boolean;
        required?: boolean;
        type: "boolean";
    }
    Index

    Properties

    default?: boolean
    required?: boolean
    type: "boolean"