interface NetworkSensorProperties {
    Code: string;
    End: string;
    Location: string;
    Network: string;
    SensorType: SensorType;
    Start: string;
    Station: string;
}

Properties

Code: string
End: string
Location: string
Network: string
SensorType: SensorType
Start: string
Station: string