Framework
ModelDiff
Interface: ModelDiff
Diff for a single model between versions.
Properties
| Property | Type | Description |
|---|---|---|
added | string[] | Fields added in this diff |
modelName | string | Model name |
modified | FieldDiffEntry[] | Fields that changed |
removed | string[] | Fields removed in this diff |
