Interface GetProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNameRequest

interface GetProjectsWithOfficeWithProjectIdWaterUserWithWaterUserContractsWithContractNameRequest {
    contractName: string;
    office: string;
    projectId: string;
    waterUser: string;
}

Properties

contractName: string
office: string
projectId: string
waterUser: string