foundkey-js: add bannerUrl to LiteInstanceMetadata

This commit is contained in:
Norm 2022-09-15 18:57:49 -04:00
parent 5814825c91
commit de8f2b3c63
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -282,6 +282,7 @@ export type LiteInstanceMetadata = {
emojis: CustomEmoji[];
iconUrl: string;
faviconUrl: string;
bannerUrl: string;
};
export type DetailedInstanceMetadata = LiteInstanceMetadata & {