From fef6e4e467f242ab02e9fffa1ab550feaf75c358 Mon Sep 17 00:00:00 2001 From: Ilya Fakhrutdinov <32900366+f4hr@users.noreply.github.com> Date: Wed, 8 Feb 2023 13:04:46 +0500 Subject: [PATCH] fix(vest): add types export (#503) --- vest/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vest/src/index.ts b/vest/src/index.ts index 1db490e2..1b98329c 100644 --- a/vest/src/index.ts +++ b/vest/src/index.ts @@ -1 +1,2 @@ export * from './vest'; +export * from './types';