/** * Copyright (c) 2019 Burst Apps Team */ /** * Contract Id List * @category entities */ export interface ContractIdList { atIds: string[]; requestProcessingTime: number; }