mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-09-08 11:25:09 -05:00
Update documentation
This commit is contained in:
@@ -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[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user