import type { EnableMarkType } from '@visactor/vchart'; export interface IExtensionMarkSyncStateSpec { syncState?: boolean; } export interface IExtensionMarkSpecWithSyncState = any> extends IExtensionMarkSyncStateSpec { type: T; name?: string; dataId?: string; dataIndex?: number; [key: string]: any; }