Skip to content

Commit

Permalink
feat(tpl): export Transaction type in client (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Feb 21, 2024
1 parent 503c8c5 commit 92e5206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generator/templates/_header.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ var _ = os.DevNull
// re-declare variables which are needed in Prisma Client Go but also should be exported
// in the generated client

type Transaction = transaction.Transaction

const RFC3339Milli = types.RFC3339Milli

type BatchResult = types.BatchResult
Expand Down

0 comments on commit 92e5206

Please sign in to comment.