Skip to content

Commit

Permalink
Redundant export UpdateValuesNode removed (#1379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciantic authored and igalklebanov committed Mar 9, 2025
1 parent 2186687 commit 774ccb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/operation-node/update-query-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import { OutputNode } from './output-node.js'
import { ListNode } from './list-node.js'
import { OrderByNode } from './order-by-node.js'

export type UpdateValuesNode = ValueListNode | PrimitiveValueListNode

export interface UpdateQueryNode extends OperationNode {
readonly kind: 'UpdateQueryNode'
readonly table?: OperationNode
Expand Down

0 comments on commit 774ccb9

Please sign in to comment.