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 + } +} +