From 2089a0ac8ee29fdb0251623816c8f2875168cba1 Mon Sep 17 00:00:00 2001 From: aleksandrvsl Date: Tue, 5 May 2026 14:52:20 +0300 Subject: [PATCH] export DeepInferResultFromBlock --- lib/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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,