From baca40057f01ec5a7607461f0fdbffabc566b7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lloren=C3=A7?= Date: Wed, 2 Aug 2023 15:29:53 +0200 Subject: [PATCH] Chore: Expose init response type --- packages/sns/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sns/src/index.ts b/packages/sns/src/index.ts index 9831cd75..e51966e4 100644 --- a/packages/sns/src/index.ts +++ b/packages/sns/src/index.ts @@ -25,6 +25,7 @@ export type { GetBuyerStateRequest as SnsGetBuyerStateRequest, GetBuyerStateResponse as SnsGetBuyerStateResponse, GetDerivedStateResponse as SnsGetDerivedStateResponse, + GetInitResponse as SnsGetInitResponse, GetLifecycleResponse as SnsGetLifecycleResponse, GetSaleParametersResponse as SnsGetSaleParametersResponse, Init as SnsSwapInit,