@opentdf/sdk
    Preparing search index...

    Type Alias Source

    Source:
        | { location: Uint8Array; type: "buffer" }
        | { location: Chunker; type: "chunker" }
        | { location: Blob; type: "file-browser" }
        | { location: string; type: "remote" }
        | { location: ReadableStream<Uint8Array>; type: "stream" }

    Type union for a variety of inputs.