@hat-open/util
    Preparing search index...

    Type Alias JPatchOpRemove

    type JPatchOpRemove = {
        op: "remove";
        path: string;
    }
    Index

    Properties

    Properties

    op: "remove"
    path: string