Skip to content

Commit c48216e

Browse files
Merge pull request taozhi8833998#2135 from taozhi8833998/fix-type-definition
fix: add _next field to Select interface
2 parents c6e9fc5 + 9456652 commit c48216e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ export interface Select {
233233
limit: Limit | null;
234234
_orderby?: OrderBy[] | null;
235235
_limit?: Limit | null;
236+
_next?: Select | null;
236237
parentheses_symbol?: boolean;
237238
_parentheses?: boolean;
238239
loc?: LocationRange;

0 commit comments

Comments
 (0)