@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias BooleanPrimitive

    If the primitive field contains a boolean, this is returned.

    type BooleanPrimitive = {
        default: boolean;
        scalarType: ScalarType.BOOL;
        type: "boolean";
    }
    Index

    Properties

    default: boolean
    scalarType: ScalarType.BOOL
    type: "boolean"