From d41215eb3cb291f4daa85aaa1fddd273896f7026 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Sun, 7 Jul 2024 22:52:21 +0200 Subject: [PATCH] fix: add export --- lib/build/recipe/oauth2/index.d.ts | 2 ++ lib/ts/recipe/oauth2/index.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/build/recipe/oauth2/index.d.ts b/lib/build/recipe/oauth2/index.d.ts index 9b40cc9e..00fa6c96 100644 --- a/lib/build/recipe/oauth2/index.d.ts +++ b/lib/build/recipe/oauth2/index.d.ts @@ -42,4 +42,6 @@ export { PostAPIHookContext, PreAndPostAPIHookAction, UserInput, + LoginInfo, + RecipeFunctionOptions, }; diff --git a/lib/ts/recipe/oauth2/index.ts b/lib/ts/recipe/oauth2/index.ts index af908de6..ffc8532b 100644 --- a/lib/ts/recipe/oauth2/index.ts +++ b/lib/ts/recipe/oauth2/index.ts @@ -70,4 +70,6 @@ export { PostAPIHookContext, PreAndPostAPIHookAction, UserInput, + LoginInfo, + RecipeFunctionOptions, };