Share via


EntityKinds type

type EntityKinds =
  | "array"
  | "boolean"
  | "command"
  | "commandpayload"
  | "commandtype"
  | "component"
  | "date"
  | "datetime"
  | "double"
  | "duration"
  | "enum"
  | "enumvalue"
  | "field"
  | "float"
  | "integer"
  | "interface"
  | "long"
  | "map"
  | "mapkey"
  | "mapvalue"
  | "object"
  | "property"
  | "relationship"
  | "string"
  | "telemetry"
  | "time"
  | "unit"
  | "unitattribute"
  | "commandrequest"
  | "commandresponse"
  | "latenttype"
  | "namedlatenttype"
  | "reference"