Array of Difference.
Difference
const differences: Differences<string> = [ { kind: "E", path: ["🟢", "🟩"], lhs: "🟢", rhs: "🟩", }];
Array of
Difference
.Example