From ee994e088fa7a0a96fc045453eb9bd4b9e0c1c89 Mon Sep 17 00:00:00 2001 From: emehmet Date: Sat, 15 Apr 2023 16:38:54 +0300 Subject: [PATCH] edited --- types/mestgps_mongo_interface.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/types/mestgps_mongo_interface.ts b/types/mestgps_mongo_interface.ts index 2626ce9..29b4db7 100644 --- a/types/mestgps_mongo_interface.ts +++ b/types/mestgps_mongo_interface.ts @@ -367,6 +367,27 @@ export type MongoIslemCihaz = { GSM: string; }; +export type MongoAssetAlarms = { + _id: string + ALARM_TYPE: string + aas_id: string + CREATED_AT: Date + LOC: { + geometry: { + coordinates: Array + type: string + } + properties: { + TITLE: string + } + type: string + } + AID: number + VALUE: { + SPEED: number + } +} +