New option type
This commit is contained in:
1
index.d.ts
vendored
1
index.d.ts
vendored
@@ -72,6 +72,7 @@ declare global {
|
|||||||
open: boolean;
|
open: boolean;
|
||||||
target_ids: number[];
|
target_ids: number[];
|
||||||
target_usernames: string[];
|
target_usernames: string[];
|
||||||
|
type: string;
|
||||||
user?: {
|
user?: {
|
||||||
id: string;
|
id: string;
|
||||||
username: string;
|
username: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user