The questions is why is that not exporting the type and how to solve this.
Problem: type Team__ is nil even tho the module has been required

The questions is why is that not exporting the type and how to solve this.
Problem: type Team__ is nil even tho the module has been required
Maybe you don’t know how to use it. I suggest reading more on developer.roblox.com or using a little special thing called google
Pretty sure you can access the exported type like this:
local TeamList : TypesPack.Team__ = {}