SDNR align ODLUX
[ccsdk/features.git] / sdnr / wt / odlux / apps / performanceHistoryApp / src / models / receiveLevelDataType.ts
index 9f51c8f..57ea48c 100644 (file)
@@ -14,7 +14,6 @@ export type ReceiveLevelDataType = {
   "rx-level-max": string;
 };
 
-
 export type ReceiveLevelResult = { "performance-data": ReceiveLevelDataType };
 
-export type ReceiveLevel = ReceiveLevelDataType & { _id: string };
\ No newline at end of file
+export type ReceiveLevel = ReceiveLevelDataType & { _id: string };