From e7b9ab999fb5361fa284d0aaff3a46d9895d99f0 Mon Sep 17 00:00:00 2001 From: Wahyu Budi Saputra Date: Wed, 1 Nov 2023 11:49:48 +0800 Subject: [PATCH] fix: export most of anatine type helpers --- src/index.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a304ebe..c4235af 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'