Sign in

简柏林 / thingskit-view · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-view
  • src
  • enums
  • external
  • interfaceEnum.ts
  • perf: 优化公共接口下拉选项
    5ae36a61
    ww authored
    2023-07-10 17:27:57 +0800  
    Browse Files »
interfaceEnum.ts 167 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
export enum InterfaceTypeEnum {
    SYSTEM = 'SYSTEM',
    CUSTOM = 'CUSTOM'
}
export enum InterfaceTypeNameEnum {
  SYSTEM = '系统默认',
  CUSTOM = '自定义'
}