diff --git a/lib/index.ts b/lib/index.ts index cdf9fd6..9508a95 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -29,6 +29,7 @@ import type { InferHttpBlock, InferResultOrResult, ExtractBadNestedParams, + DeepInferResultFromBlock, } from './types'; import type BaseBlock from './block'; import type { DescriptHttpBlockDescription, DescriptHttpBlockQuery, DescriptHttpBlockQueryValue } from './httpBlock'; @@ -218,6 +219,7 @@ export { DescriptBlockId, InferResultFromBlock, InferParamsInFromBlock, + DeepInferResultFromBlock, InferBlock, DescriptBlockDeps, BaseBlock,