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

    Type Alias StringPrimitive

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

    type StringPrimitive = {
        maxByteLength: number;
        scalarType: ScalarType.STRING;
        type: "string";
    }
    Index

    Properties

    maxByteLength: number
    scalarType: ScalarType.STRING
    type: "string"