Interface DeleteProjectsWithOfficeWithProjectIdWaterUserWithWaterUserRequest

interface DeleteProjectsWithOfficeWithProjectIdWaterUserWithWaterUserRequest {
    method?: DeleteMethod;
    office: string;
    projectId: string;
    waterUser: string;
}

Properties

method?: DeleteMethod
office: string
projectId: string
waterUser: string