import type { DataType } from './data-type'; export interface EffectsObjectData { id: string, name?: string, dataType: DataType, }