From 73f81177b49c034a51d0662fad10467fd635ce85 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Mon, 12 Dec 2022 20:35:29 +0100 Subject: [PATCH] foundkey-js: adjust type definition --- packages/foundkey-js/src/entities.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/foundkey-js/src/entities.ts b/packages/foundkey-js/src/entities.ts index 236b2a8a3..c92e60082 100644 --- a/packages/foundkey-js/src/entities.ts +++ b/packages/foundkey-js/src/entities.ts @@ -281,6 +281,11 @@ export type LiteInstanceMetadata = { iconUrl: string; faviconUrl: string; bannerUrl: string; + images: { + error: string; + notFound: string; + info: string; + }; }; export type DetailedInstanceMetadata = LiteInstanceMetadata & {