From e27a801fdc965e294e00093b6c6b99621bcbe3c9 Mon Sep 17 00:00:00 2001 From: German Arutyunov Date: Thu, 13 May 2021 01:39:57 +0300 Subject: [PATCH] Update index.ts --- src/api/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/index.ts b/src/api/index.ts index 18eb907..b0bb82b 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -1,5 +1,6 @@ export * from './getCertificate'; export * from './getUserCertificates'; +export * from './getAllUserCertificates'; export * from './getSystemInfo'; export * from './isValidSystemSetup'; export * from './createSignature';