Interface StreamLocationNode

Export

StreamLocationNode

interface StreamLocationNode {
    id: CwmsId;
    streamNode: StreamNode;
}

Properties

Properties

id: CwmsId

Memberof

StreamLocationNode

streamNode: StreamNode

Memberof

StreamLocationNode