Skip to content

Commit 4d2d89d

Browse files
authored
Redundant export UpdateValuesNode removed (#1379)
1 parent f5fddf5 commit 4d2d89d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/operation-node/update-query-node.ts

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import { OutputNode } from './output-node.js'
1515
import { ListNode } from './list-node.js'
1616
import { OrderByNode } from './order-by-node.js'
1717

18-
export type UpdateValuesNode = ValueListNode | PrimitiveValueListNode
19-
2018
export interface UpdateQueryNode extends OperationNode {
2119
readonly kind: 'UpdateQueryNode'
2220
readonly table?: OperationNode

0 commit comments

Comments
 (0)