Export

PumpLocation

interface PumpLocation {
    pumpBelow?: CwmsId;
    pumpIn?: CwmsId;
    pumpOut?: CwmsId;
}

Properties

pumpBelow?: CwmsId

Memberof

PumpLocation

pumpIn?: CwmsId

Memberof

PumpLocation

pumpOut?: CwmsId

Memberof

PumpLocation