iink-ts - v3.2.1
    Preparing search index...

    Type Alias TUpdatePatchRemoveChild

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