exportableEntityTypes top-level constant

List<EntityType> const exportableEntityTypes

Implementation

const List<EntityType> exportableEntityTypes = [
  EntityType.ASSET,
  EntityType.DEVICE,
  EntityType.ENTITY_VIEW,
  EntityType.DASHBOARD,
  EntityType.CUSTOMER,
  EntityType.DEVICE_PROFILE,
  EntityType.RULE_CHAIN,
  EntityType.WIDGETS_BUNDLE
];