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编辑器 新增批量操作(删除,发布,取消发布)
    89ba4c36
    fengtao authored
    2024-10-23 03:41:01 +0000  
    Browse Files »
index.d.ts 304 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
export type ChartType = {
  id: number | string
  creator?: string
  createTime?: string
  enabled?: boolean
  tenantId?: string
  content?: any
  state?: number
  name?: string
  threeModelFilePath?: string
  imageUrl?: string | undefined
  checkedValue?: boolean
}

export type ChartList = ChartType[]