Interface StreamNode

Export

StreamNode

interface StreamNode {
    bank?: StreamNodeBankEnum;
    station?: number;
    stationUnits?: string;
    streamId: CwmsId;
}

Properties

Memberof

StreamNode

station?: number

Memberof

StreamNode

stationUnits?: string

Memberof

StreamNode

streamId: CwmsId

Memberof

StreamNode