Package version:

Type Alias RemoveOperation

RemoveOperation: {
    op: "remove";
    path: string;
}