fix(Gateway): Export interface (#10060)

* fix(types): export missing `Gateway` interface

* docs(Gateway): update link to `WebSocketManager`
This commit is contained in:
Danial Raza
2023-12-30 18:40:20 +01:00
committed by GitHub
parent 4824ac154d
commit ce84d3efee
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export * from './api/index.js';
export * from './client.js';
export * from './Gateway.js';
export * from './util/index.js';
export * from 'discord-api-types/v10';