Update misskey-js.api.md

This commit is contained in:
syuilo 2023-09-16 20:54:59 +09:00
parent 814e28459e
commit 5488a8fe88
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ type Ad = TODO_2;
// @public (undocumented)
type AdminInstanceMetadata = DetailedInstanceMetadata & {
blockedHosts: string[];
app192IconUrl: string | null;
app512IconUrl: string | null;
manifestJsonOverride: string;
};
// @public (undocumented)