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

    Type Alias BytesPrimitive

    If the primitive field contains a bytes array (Uint8Array), this is returned.

    type BytesPrimitive = {
        scalarType: ScalarType.BYTES;
        type: "bytes";
    }
    Index

    Properties

    Properties

    scalarType: ScalarType.BYTES
    type: "bytes"