Interface PostProjectsWithOfficeContractTypesRequest

interface PostProjectsWithOfficeContractTypesRequest {
    failIfExists?: boolean;
    lookupType: LookupType;
    office: string;
}

Properties

failIfExists?: boolean
lookupType: LookupType
office: string