From 21c960b56526c69ac18876e24084a7334c4096cc Mon Sep 17 00:00:00 2001 From: mihaisc Date: Wed, 11 Nov 2020 16:01:58 +0200 Subject: [PATCH] export PurgatoryData Signed-off-by: mihaisc --- src/ddo/interfaces/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ddo/interfaces/index.ts b/src/ddo/interfaces/index.ts index ecfe4420..385f3da5 100644 --- a/src/ddo/interfaces/index.ts +++ b/src/ddo/interfaces/index.ts @@ -12,3 +12,4 @@ export * from './Proof' export * from './PublicKey' export * from './Service' export * from './ServicePrices' +export * from './PurgatoryData'