1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 06:25:52 +02:00

follow upstream

This commit is contained in:
tamaina
2023-06-16 06:21:11 +00:00
parent 3ec19e0b00
commit 27b6921d3c
2 changed files with 6 additions and 5 deletions

View File

@@ -1873,7 +1873,9 @@ export const endpoints = {
},
mascotImageUrl: { type: ['string', 'null'] },
bannerUrl: { type: ['string', 'null'] },
errorImageUrl: { type: ['string', 'null'] },
serverErrorImageUrl: { type: ['string', 'null'] },
notFoundImageUrl: { type: ['string', 'null'] },
infoImageUrl: { type: ['string', 'null'] },
iconUrl: { type: ['string', 'null'] },
backgroundImageUrl: { type: ['string', 'null'] },
logoImageUrl: { type: ['string', 'null'] },