From c634583d8edd20f95e3b95c36d15188289047fe0 Mon Sep 17 00:00:00 2001 From: Edoardo Sandon Date: Mon, 26 Feb 2024 12:59:29 +0100 Subject: [PATCH] fix: export ISbResponseData interface --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b5a52bf5..8532460d 100755 --- a/src/index.ts +++ b/src/index.ts @@ -47,7 +47,7 @@ interface ISbFlatMapped { data: any } -interface ISbResponseData { +export interface ISbResponseData { link_uuids: string[] links: string[] rel_uuids: string[]