mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-14 14:32:10 +08:00
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
import { ChartEditStorage } from '@/store/modules/chartEditStore/chartEditStore.d'
|
|
|
|
export interface ChartEditStorageType extends ChartEditStorage {
|
|
id: string,
|
|
isRelease?: boolean
|
|
} |