mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-25 12:55:14 +00:00
Update misskey-js.api.md
This commit is contained in:
parent
e8420ad90b
commit
f69627939b
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue