v3.0.9
Changed the way types are exported allowing for the following in TypeScript
import { BotStats /* other types */ } from '@top-gg/sdk/dist/typings'
Which was previously not possible for external packages.
Changed the way types are exported allowing for the following in TypeScript
import { BotStats /* other types */ } from '@top-gg/sdk/dist/typings'
Which was previously not possible for external packages.