Skip to content

Commit

Permalink
fix: export most of anatine type helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
wahyubucil committed Nov 1, 2023
1 parent 8467a4b commit e7b9ab9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
export * from './patch-nest-swagger'
export { createZodDto, ZodValidationPipe } from '@anatine/zod-nestjs'
export {
CompatibleZodInfer,
CompatibleZodType,
createZodDto,
MergeZodSchemaOutput,
ZodDtoStatic,
ZodValidationPipe,
ZodValidationPipeOptions,
} from '@anatine/zod-nestjs'

0 comments on commit e7b9ab9

Please # to comment.