import { IDefaultAttributes } from './commonInterface'; export interface IDynamicVariableLabelAttributes extends IDefaultAttributes { id: string; name: string; code?: string; variableIds: string[]; path?: string; userTypes: string[]; }