Teams:GetTeams() returns { Instance } instead of { Team }

Teams service’s function :GetTeams() returns a generic type { Instance } when it could be returning a more specific type { Team }.

As an example problem this causes, I have to type cast to :: { Team } myself in order to get proper suggested properties/methods/events of the returned Team values.

1 Like

This is the case on a lot of methods too, not just :GetTeams()