Yuzu 47d20cb6e0
refactor: separate api types (#71)
* refactor: better api types boundaries

* fix: fmt
2022-07-18 21:18:10 +00:00

7 lines
216 B
TypeScript

export * from './gateway/mod.ts';
export * from './rest/mod.ts';
export * from './util/constants.ts';
export * from './util/token.ts';
export * from '../api-types/discord.ts';
export * from '../api-types/shared.ts';