feat(filters): list actions count (#372)

This commit is contained in:
ze0s 2022-07-23 18:06:11 +02:00 committed by GitHub
parent 4f3091a4a7
commit 2b3fab28c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 87 additions and 78 deletions

View file

@ -50,6 +50,7 @@ interface Filter {
except_tags: string;
tags_any: string;
except_tags_any: string;
actions_count: number;
actions: Action[];
indexers: Indexer[];
external_script_enabled: boolean;