Type Alias BlobStoreEntriesStream

BlobStoreEntriesStream: Readable & {
    [asyncIterator](): AsyncIterableIterator<HyperdriveEntry & {
        driveId: string;
    }, any, any>;
}