index.d.ts 202 Bytes
import { ChartEditStorage } from '@/store/modules/chartEditStore/chartEditStore.d'

export interface ChartEditStorageType extends ChartEditStorage {
  // THINGS_KIT
  id: string
  isRelease?: boolean
}