foundkey-js: adjust type definition

This commit is contained in:
Johann150 2022-12-12 20:35:29 +01:00
parent 6a26da3516
commit 73f81177b4
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -281,6 +281,11 @@ export type LiteInstanceMetadata = {
iconUrl: string;
faviconUrl: string;
bannerUrl: string;
images: {
error: string;
notFound: string;
info: string;
};
};
export type DetailedInstanceMetadata = LiteInstanceMetadata & {