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
  • feat(src/packages): 大屏3D编辑器,支持列表预览跟3D自定义组件加载
    9cfda80c
    fengtao authored
    2024-10-17 01:25:06 +0000  
    Browse Files »
index.d.ts 217 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
export type ChartType = {
  id: number | string
  creator?: string
  createTime?: string
  enabled?: boolean
  tenantId?: string
  content?: any
  state?: number
  name?: string
}

export type ChartList = ChartType[]