From 57a04dc41e5a319264a53d9e935f0727911ca0ea Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Thu, 16 May 2024 12:41:43 +0200 Subject: [PATCH] fix: add missing export --- lib/build/recipe/thirdparty/index.d.ts | 1 + lib/ts/recipe/thirdparty/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/build/recipe/thirdparty/index.d.ts b/lib/build/recipe/thirdparty/index.d.ts index b2befe89..4bae0e50 100644 --- a/lib/build/recipe/thirdparty/index.d.ts +++ b/lib/build/recipe/thirdparty/index.d.ts @@ -93,5 +93,6 @@ export { PreAPIHookContext, PostAPIHookContext, PreAndPostAPIHookAction, + RecipeFunctionOptions, UserInput, }; diff --git a/lib/ts/recipe/thirdparty/index.ts b/lib/ts/recipe/thirdparty/index.ts index 4c764fc2..68f24f91 100644 --- a/lib/ts/recipe/thirdparty/index.ts +++ b/lib/ts/recipe/thirdparty/index.ts @@ -143,5 +143,6 @@ export { PreAPIHookContext, PostAPIHookContext, PreAndPostAPIHookAction, + RecipeFunctionOptions, UserInput, };