From 858ef1ba6994356a5faf76494b5cf6d0cfe6993a Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Sat, 11 May 2024 02:25:06 +0200 Subject: [PATCH] updated sdk --- src/sdk.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sdk.ts b/src/sdk.ts index 1d7bf55..6fa5e3c 100644 --- a/src/sdk.ts +++ b/src/sdk.ts @@ -370,6 +370,7 @@ export type EndpointCollectibleGalleryImage = { pretitle?: string; title: string; subtitle?: string; + description?: RichTextContent; }[]; image: EndpointImage; previousIndex?: string; @@ -385,6 +386,7 @@ export type EndpointCollectibleScanPage = { pretitle?: string; title: string; subtitle?: string; + description?: RichTextContent; }[]; image: EndpointScanImage; previousIndex?: string;