diff --git a/lib/index.ts b/lib/index.ts index 7f499e5..8a7cf43 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -20,7 +20,7 @@ // // EXPORT LIST: - +export type * from "./types/index"; export * from "./structures/Message"; export * from "./structures/Client";