Type alias AmendTarget<TAmended>

AmendTarget<TAmended>: TAmended & Core<TAmended>

Amendment target.

Passed to amender for the latter to amend it.

Consists of core API and amended entity (or entities).

Custom amendment target can be constructed by newAmendTarget function.

Type Parameters

  • TAmended extends object

    Amended entity type.

Generated using TypeDoc