Type Alias TUpdatePatchRemoveChild

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