Type alias TUpdatePatchRemoveChild

TUpdatePatchRemoveChild: TUpdatePatch & {
    index: number;
    parentId: string;
    type: "REMOVE_CHILD";
}

Type declaration

  • index: number
  • parentId: string
  • type: "REMOVE_CHILD"

Generated using TypeDoc