diff options
Diffstat (limited to 'shared/extra-utils/plugins')
-rw-r--r-- | shared/extra-utils/plugins/mock-blocklist.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/extra-utils/plugins/mock-blocklist.ts b/shared/extra-utils/plugins/mock-blocklist.ts index ef57d96a8..6fe3dee9f 100644 --- a/shared/extra-utils/plugins/mock-blocklist.ts +++ b/shared/extra-utils/plugins/mock-blocklist.ts | |||
@@ -4,6 +4,7 @@ type BlocklistResponse = { | |||
4 | data: { | 4 | data: { |
5 | value: string | 5 | value: string |
6 | action?: 'add' | 'remove' | 6 | action?: 'add' | 'remove' |
7 | updatedAt?: string | ||
7 | }[] | 8 | }[] |
8 | } | 9 | } |
9 | 10 | ||