fix(REST): remove dom types (#7922)

This commit is contained in:
Khafra
2022-05-14 12:39:12 -04:00
committed by GitHub
parent d1504f2ae1
commit e92b17d855
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,3 @@
// eslint-disable-next-line spaced-comment
/// <reference lib="dom" />
export * from './lib/CDN';
export * from './lib/errors/DiscordAPIError';
export * from './lib/errors/HTTPError';