From 66a6a1fcedc8c35b75a89dbb26edc01317bdd7e2 Mon Sep 17 00:00:00 2001 From: monbrey Date: Tue, 1 Jun 2021 16:02:59 +1000 Subject: [PATCH] types(Snowflake): export the type (#5722) --- typings/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index ed07a3d2f..e7026861c 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -78,6 +78,8 @@ declare module 'discord.js' { export const version: string; + export { Snowflake }; + //#region Classes export class Activity {