Skip to content

Commit aba6119

Browse files
committed
refactor: Insert_Replace values chould be Select type
1 parent 4fc5663 commit aba6119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export interface Insert_Replace {
235235
db: string | null;
236236
table: any;
237237
columns: string[] | null;
238-
values: InsertReplaceValue[];
238+
values: InsertReplaceValue[] | Select;
239239
loc?: LocationRange;
240240
}
241241
export interface Update {

0 commit comments

Comments
 (0)