Getting started Community Training Tutorials Documentation APIs, AI & Tools
type Diff = { matches: Boolean, diffs: Array<Difference> }
Diff Types
Diff Types
You're viewing an older version of the documentation. You can switch to the latest version or use the version selector in the left navigation.
| Type | Definition | Description |
|---|---|---|
Diff |
|
Describes the entire difference between two values.
See the |
Difference |
|
Describes a single difference between two values at a given structure. |