ISPO SDK
    Preparing search index...

    Interface SharedWriteBinaryArgs

    Markdown
    interface SharedWriteBinaryArgs {
        content: Uint8Array;
        path: string;
    }
    Index
    content: Uint8Array
    path: string