We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fddf5 commit 4d2d89dCopy full SHA for 4d2d89d
src/operation-node/update-query-node.ts
@@ -15,8 +15,6 @@ import { OutputNode } from './output-node.js'
15
import { ListNode } from './list-node.js'
16
import { OrderByNode } from './order-by-node.js'
17
18
-export type UpdateValuesNode = ValueListNode | PrimitiveValueListNode
19
-
20
export interface UpdateQueryNode extends OperationNode {
21
readonly kind: 'UpdateQueryNode'
22
readonly table?: OperationNode
0 commit comments