/*! Copyright (c) 2018 Siemens AG. Licensed under the MIT License. */ /** * Contains internal definitions that are not exported to the end user. */ /** * String literal type definition that only contains the objectType * for the Thing object. */ export declare type ThingObjectTypeLiteral = "coaty.sensorThings.Thing"; /** * String literal type definition that only contains the objectType * for the Sensor object. */ export declare type SensorObjectTypeLiteral = "coaty.sensorThings.Sensor"; /** * String literal type definition that only contains the objectType * for the Observation object. */ export declare type ObservationObjectTypeLiteral = "coaty.sensorThings.Observation"; /** * String literal type definition that only contains the objectType * for the FeatureOfInterest object. */ export declare type FeatureOfInterestObjectTypeLiteral = "coaty.sensorThings.FeatureOfInterest";