Interface IContractResults

interface IContractResults {
    items: IContractResultItem[];
}

Properties

Properties