Update misskey-js.api.md
This commit is contained in:
parent
814e28459e
commit
5488a8fe88
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue