import { IObjectValue } from "../../model/"; export interface IModelData { modelId: string; data: IObjectValue; }