Improve auto mute tests

This commit is contained in:
Chocobozzz
2020-05-07 17:08:16 +02:00
parent 716adfaed6
commit 91b8e675e2
2 changed files with 57 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ type BlocklistResponse = {
data: {
value: string
action?: 'add' | 'remove'
updatedAt?: string
}[]
}