Skip to content

Commit

Permalink
Allow array of Fragments in ParameterOrFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored and porsager committed Jun 26, 2023
1 parent 75d723d commit 82908d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ declare namespace postgres {
type ParameterOrFragment<T> =
| SerializableParameter<T>
| Fragment
| Fragment[]

interface Sql<TTypes extends Record<string, unknown> = {}> {
/**
Expand Down

0 comments on commit 82908d3

Please sign in to comment.