Update misskey-js.api.md
This commit is contained in:
parent
e8420ad90b
commit
f69627939b
|
@ -2324,7 +2324,9 @@ type LiteInstanceMetadata = {
|
||||||
themeColor: string | null;
|
themeColor: string | null;
|
||||||
mascotImageUrl: string | null;
|
mascotImageUrl: string | null;
|
||||||
bannerUrl: string | null;
|
bannerUrl: string | null;
|
||||||
errorImageUrl: string | null;
|
serverErrorImageUrl: string | null;
|
||||||
|
infoImageUrl: string | null;
|
||||||
|
notFoundImageUrl: string | null;
|
||||||
iconUrl: string | null;
|
iconUrl: string | null;
|
||||||
backgroundImageUrl: string | null;
|
backgroundImageUrl: string | null;
|
||||||
logoImageUrl: string | null;
|
logoImageUrl: string | null;
|
||||||
|
|
Loading…
Reference in New Issue