Skip to content

Commit

Permalink
feat(tpl): export Transaction type in client
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Feb 21, 2024
1 parent 38ede14 commit cbe4518
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 cbe4518

Please sign in to comment.