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
  • views
  • three
  • items
  • index.d.ts
  • fix(src/packages): 新增或者编辑3D模型编辑器,携带区分标识,云端大屏绑定摄像头点击全屏后,视频暂停了
    fa94448f
    fengtao authored
    2024-10-18 01:46:33 +0000  
    Browse Files »
index.d.ts 247 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
export type ChartType = {
  id: number | string
  creator?: string
  createTime?: string
  enabled?: boolean
  tenantId?: string
  content?: any
  state?: number
  name?: string
  threeModelFilePath?: string
}

export type ChartList = ChartType[]