mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 15:00:00 +00:00
Update types.ts
This commit is contained in:
parent
f3b8320ef0
commit
ee0007fa6c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const BaseSingleSpamConfig = t.type({
|
||||||
mute: tNullable(t.boolean),
|
mute: tNullable(t.boolean),
|
||||||
mute_time: tNullable(t.number),
|
mute_time: tNullable(t.number),
|
||||||
remove_roles_on_mute: tNullable(t.union([t.boolean, t.array(t.string)])),
|
remove_roles_on_mute: tNullable(t.union([t.boolean, t.array(t.string)])),
|
||||||
restore_roles_on_mute: tNullable(t.union([t.boolean, t.array(t.string)])),
|
restore_roles_on_unmute: tNullable(t.union([t.boolean, t.array(t.string)])),
|
||||||
clean: tNullable(t.boolean),
|
clean: tNullable(t.boolean),
|
||||||
});
|
});
|
||||||
export type TBaseSingleSpamConfig = t.TypeOf<typeof BaseSingleSpamConfig>;
|
export type TBaseSingleSpamConfig = t.TypeOf<typeof BaseSingleSpamConfig>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue