ChunkInfo: {
    key: StorageKey;
    size: number;
    type: ChunkType;
}

Metadata about a chunk of data loaded from storage. This is stored on the StorageSubsystem so when we are compacting we know what chunks we can safely delete.

Type declaration