Update misskey-js.api.md
This commit is contained in:
parent
4021c3c61a
commit
227e603194
1 changed files with 8 additions and 0 deletions
|
@ -2423,6 +2423,14 @@ type UserLite = {
|
||||||
name: string;
|
name: string;
|
||||||
url: string;
|
url: string;
|
||||||
}[];
|
}[];
|
||||||
|
instance?: {
|
||||||
|
name: Instance['name'];
|
||||||
|
softwareName: Instance['softwareName'];
|
||||||
|
softwareVersion: Instance['softwareVersion'];
|
||||||
|
iconUrl: Instance['iconUrl'];
|
||||||
|
faviconUrl: Instance['faviconUrl'];
|
||||||
|
themeColor: Instance['themeColor'];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
// @public (undocumented)
|
// @public (undocumented)
|
||||||
|
|
Loading…
Reference in a new issue