import { BlockId } from './blockId'; import { Indexable } from './indexable'; export interface BlockIdList extends Indexable { blockIds: BlockId[]; requestProcessingTime: number; }