Type alias TUpdatePatchRemoveElement

TUpdatePatchRemoveElement: TUpdatePatch & {
    id: string;
    type: "REMOVE_ELEMENT";
}

Type declaration

  • id: string
  • type: "REMOVE_ELEMENT"

Generated using TypeDoc