Interface PostProjectsWithOfficeWithProjectIdWaterUserRequest

interface PostProjectsWithOfficeWithProjectIdWaterUserRequest {
    failIfExists?: boolean;
    office: string;
    projectId: string;
    waterUser: WaterUser;
}

Properties

failIfExists?: boolean
office: string
projectId: string
waterUser: WaterUser