mobx-keystone
    Preparing search index...

    Interface JsonPatchRemoveOperation

    interface JsonPatchRemoveOperation {
        op: "remove";
        path: string;
    }

    Hierarchy (View Summary)

    Index
    op: "remove"
    path: string