Edit the union type for deletion methods
This commit is contained in:
parent
2f63b8d635
commit
8355d68a64
1 changed files with 1 additions and 1 deletions
2
src/types/config.d.ts
vendored
2
src/types/config.d.ts
vendored
|
|
@ -2,7 +2,7 @@ interface channel_config {
|
|||
password: string;
|
||||
api_base: string;
|
||||
quote_max: number;
|
||||
delete_mode: "no_interactions" | "delete_message";
|
||||
delete_mode: "remove_components" | "delete_message";
|
||||
params: { [index: string]: any };
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue