Skip to content
Snippets Groups Projects
Commit 227e6031 authored by syuilo's avatar syuilo
Browse files

Update misskey-js.api.md

parent 4021c3c6
No related branches found
No related tags found
No related merge requests found
......@@ -2423,6 +2423,14 @@ type UserLite = {
name: string;
url: string;
}[];
instance?: {
name: Instance['name'];
softwareName: Instance['softwareName'];
softwareVersion: Instance['softwareVersion'];
iconUrl: Instance['iconUrl'];
faviconUrl: Instance['faviconUrl'];
themeColor: Instance['themeColor'];
};
};
// @public (undocumented)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment