Skip to content

Commit

Permalink
Update interface
Browse files Browse the repository at this point in the history
Update interface property ExprNode.lhs to be either an ExprNode or ExprNode[] as described in issue jsonata-js#703
  • Loading branch information
DevDimov committed Jul 4, 2024
1 parent 43c0f0c commit 784b001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonata.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ declare namespace jsonata {
steps?: ExprNode[];
expressions?: ExprNode[];
stages?: ExprNode[];
lhs?: ExprNode[];
lhs?: ExprNode | ExprNode[];
rhs?: ExprNode;
}

Expand Down

0 comments on commit 784b001

Please sign in to comment.