Interface ProjectChildLocations

Export

ProjectChildLocations

interface ProjectChildLocations {
    locationsByKind?: LocationsWithProjectKind[];
    projectId?: CwmsId;
}

Properties

locationsByKind?: LocationsWithProjectKind[]

Memberof

ProjectChildLocations

projectId?: CwmsId

Memberof

ProjectChildLocations