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