From 7b68f14c2e9e33f0086005456cb78f6ba6ccc453 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Sat, 16 Aug 2025 23:36:34 -0400 Subject: [PATCH] New option type --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 3096da7..3231b0d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -72,6 +72,7 @@ declare global { open: boolean; target_ids: number[]; target_usernames: string[]; + type: string; user?: { id: string; username: string;