Type Alias MapOp

MapOp:
    | { key: string; type: "insert"; value: JsonValue }
    | { key: string; type: "delete" }