Skip to content

Documentation / base / DiffObject

Type Alias: DiffObject

DiffObject = object

Defined in: libs/base/src/diff.ts:15

A JSON-like object with string keys and DiffValue values.

Index Signature

[k: string]: DiffValue

Released under the MIT License.