import { Indexable } from './indexable'; import { Contract } from '@turajs/contracts'; export interface ContractList extends Indexable { ats: Contract[]; requestProcessingTime: number; }