Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • enums
  • objectModelEnum.ts
  • refactor: 重构场景联动
    f6d3f37c
    ww authored
    2023-11-21 10:51:35 +0800  
    Browse Files »
objectModelEnum.ts 136 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
export enum DataTypeEnum {
  NUMBER_INT = 'INT',
  NUMBER_DOUBLE = 'DOUBLE',
  STRING = 'TEXT',
  STRUCT = 'STRUCT',
  BOOL = 'BOOL',
}