interface ResponseLoadSnapshotChunk {
    chunk: Uint8Array;
}

Properties

Properties

chunk: Uint8Array