Update misskey-js.api.md

This commit is contained in:
syuilo 2023-06-10 13:45:30 +09:00
parent e8420ad90b
commit f69627939b

View file

@ -2324,7 +2324,9 @@ type LiteInstanceMetadata = {
themeColor: string | null;
mascotImageUrl: string | null;
bannerUrl: string | null;
errorImageUrl: string | null;
serverErrorImageUrl: string | null;
infoImageUrl: string | null;
notFoundImageUrl: string | null;
iconUrl: string | null;
backgroundImageUrl: string | null;
logoImageUrl: string | null;