interface NetworkSensorRequest {
    endDate?: string;
    sensorType: SensorType;
    startDate?: string;
    station?: string;
}

Properties

endDate?: string
sensorType: SensorType
startDate?: string
station?: string