Skip to content

Commit

Permalink
Merge pull request #38 from Stedi/fix/undo-type-update
Browse files Browse the repository at this point in the history
fix: undo type update
  • Loading branch information
nddery authored Mar 6, 2024
2 parents 13bc01f + f6479ed commit a4bf169
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;
rhs?: ExprNode;
}

Expand Down

0 comments on commit a4bf169

Please sign in to comment.