Update documentation

This commit is contained in:
Samuel Elliott
2022-09-23 21:28:31 +01:00
parent 29b8923c5b
commit b26f71f930
4 changed files with 108 additions and 4 deletions

View File

@@ -923,7 +923,10 @@ export interface HomeResult {
};
};
banners: HomeBanner[];
/** Only includes online friends that have played Splatoon 3, even if they are currently playing a different game */
/**
* Only includes up to 3 online friends that have played Splatoon 3, even if they are currently
* playing a different game. `totalCount` also only counts online friends.
*/
friends: NodeList<HomeFriend, true>;
footerMessages: HomeFooterMessage[];
}