index.d.ts 288 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 export type Chartype = { id: number | string title?: string // 标题 label?: string // 标签 release?: boolean // 0未发布 | 1已发布 name: string // 0未发布 | 1已发布 // THINGS_KIT state: number // 0未发布 | 1已发布 } export type ChartList = Chartype[]