diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-06-10 13:45:30 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-06-10 13:45:30 +0900 |
| commit | f69627939bde5ac2e2d06bd6e9e70e2febc36f7d (patch) | |
| tree | 9689017cca9b84f348719e35891b290a90b12d3d | |
| parent | fix(backend): キャッシュが溜まり続けないように (diff) | |
| download | sharkey-f69627939bde5ac2e2d06bd6e9e70e2febc36f7d.tar.gz sharkey-f69627939bde5ac2e2d06bd6e9e70e2febc36f7d.tar.bz2 sharkey-f69627939bde5ac2e2d06bd6e9e70e2febc36f7d.zip | |
Update misskey-js.api.md
| -rw-r--r-- | packages/misskey-js/etc/misskey-js.api.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/misskey-js/etc/misskey-js.api.md b/packages/misskey-js/etc/misskey-js.api.md index 396187a439..eddc5cf90c 100644 --- a/packages/misskey-js/etc/misskey-js.api.md +++ b/packages/misskey-js/etc/misskey-js.api.md @@ -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; |