mobx-keystone
    Preparing search index...

    Interface JsonPatchRemoveOperation

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "remove"
    path: string