Interface ContractIdList

Contract Id List

interface ContractIdList {
    atIds: string[];
    requestProcessingTime: number;
}

Properties

atIds: string[]
requestProcessingTime: number