From 14f2ba06927b9481ffd1ae50c2f5e9046a11df9d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 19 Feb 2022 13:46:05 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index f303c4f..67ce297 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,2 +1,3 @@ export * from './tink.classes.tinkaccount'; -export * from './tink.classes.tinkuser'; \ No newline at end of file +export * from './tink.classes.tinkuser'; +export * from './tink.classes.tinkproviderconsent'; \ No newline at end of file