From 7e4c30a27476c467a3bb9ff85d653d28b1689fce Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Tue, 18 Sep 2018 19:59:33 +0100 Subject: [PATCH] add missing interface export --- lib/core/models/public-api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/models/public-api.ts b/lib/core/models/public-api.ts index ab0425ddb0..662f72c2ee 100644 --- a/lib/core/models/public-api.ts +++ b/lib/core/models/public-api.ts @@ -24,3 +24,4 @@ export * from './ecm-company.model'; export * from './redirection.model'; export * from './comment-process.model'; export * from './pagination.model'; +export * from './oauth-config.model';