Skip to content

Home > sculp-js > DiffResult

DiffResult interface

Diff result type

Signature:

typescript
export interface DiffResult<T>

Properties

Property

Modifiers

Type

Description

added

T[]

Items that exist in target but not in source

removed

T[]

Items that exist in source but not in target

Released under the MIT License.