interface BytesDocumentSource {
    bytes: Uint8Array<ArrayBufferLike>;
}

Properties

Properties

bytes: Uint8Array<ArrayBufferLike>