Skip to content

Commit ae6e2a6

Browse files
myspiveymattbaileyuk
authored andcommitted
reformat arguments
arguments can also come back in the same of an ExprNode
1 parent 83ac0ce commit ae6e2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonata.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ declare namespace jsonata {
99
type: string;
1010
value: any;
1111
position: number;
12-
arguments: {type: string, steps: ExprNode[]}[];
12+
arguments: {type: string, steps: ExprNode[]}[] | ExprNode[];
1313
name?: string;
1414
procedure: ExprNode;
1515
}

0 commit comments

Comments
 (0)