The Delta update interface models the type of the update and the entities associated with the update.

interface Delta {
    entries: E[];
    type: ActionTypes;
}

Type Parameters

  • E

Properties

Properties

entries: E[]

Generated using TypeDoc