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

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