mirror of
https://gitee.com/dromara/go-view.git
synced 2025-05-31 03:19:16 +08:00
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
import { ChartEditStorage } from '@/store/modules/chartEditStore/chartEditStore.d'
|
|
|
|
export interface ChartEditStorageType extends ChartEditStorage {
|
|
id: string
|
|
} |