New option type

This commit is contained in:
2025-08-16 23:36:34 -04:00
parent 85871fc90a
commit 7b68f14c2e

1
index.d.ts vendored
View File

@@ -72,6 +72,7 @@ declare global {
open: boolean;
target_ids: number[];
target_usernames: string[];
type: string;
user?: {
id: string;
username: string;