index.d.ts 225 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import { ChartEditStorage } from '@/store/modules/chartEditStore/chartEditStore.d' export interface ChartEditStorageType extends ChartEditStorage { // THINGS_KIT id: string, projectName:string, isRelease?: boolean }