forked from FoundKeyGang/FoundKey
foundkey-js: add bannerUrl to LiteInstanceMetadata
This commit is contained in:
parent
5814825c91
commit
de8f2b3c63
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ export type LiteInstanceMetadata = {
|
|||
emojis: CustomEmoji[];
|
||||
iconUrl: string;
|
||||
faviconUrl: string;
|
||||
bannerUrl: string;
|
||||
};
|
||||
|
||||
export type DetailedInstanceMetadata = LiteInstanceMetadata & {
|
||||
|
|
Loading…
Reference in a new issue