From 93da5c02d429eea8070aeb5656b4a30997ded834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Dostie?= Date: Thu, 5 Dec 2019 16:15:19 -0500 Subject: [PATCH] fix(types): export enums for type declarations --- src/resources/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/resources/index.ts b/src/resources/index.ts index 2e45acefa..d17c3f332 100644 --- a/src/resources/index.ts +++ b/src/resources/index.ts @@ -1,4 +1,5 @@ export * from './BaseInterfaces'; +export * from './Enums'; export * from './PlatformResources'; export * from './AWS'; export * from './Catalogs';