Chunk: {
    data: Uint8Array | undefined;
    key: StorageKey;
}

A chunk is a snapshot or incremental change that is stored in a StorageAdapter.

Type declaration