Type Alias BlobStoreEntriesStream

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