I'm having a little bit of confusion with accessing certain things with TS, I've been using it for a little while now but haven't quite been able to get my head around this.
GuildMember#roles returns string[] | GuildMemberRoleManager, I want to access the cache and run other manager specific methods. Is there a way other than an instanceof check to access the field as GuildMemberRoleManager?