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