aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts')
-rw-r--r--sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts b/sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts
index 9f51c8fee..57ea48cce 100644
--- a/sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts
+++ b/sdnr/wt/odlux/apps/performanceHistoryApp/src/models/receiveLevelDataType.ts
@@ -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 };