Interface DeleteProjectsWithOfficeContractTypesWithDisplayValueRequest

interface DeleteProjectsWithOfficeContractTypesWithDisplayValueRequest {
    displayValue: string;
    office: string;
}

Properties

Properties

displayValue: string
office: string