Home > @modelo.io/api > Model > ModelCompareResult
Type information of model compare result
Signature:
type ModelCompareResult = {
modifiedElements1: string[];
modifiedElements2: string[];
newElements1: string[];
newElements2: string[];
};