Rename tag_filter parameter to tag_match_type

This commit is contained in:
Gregor Vostrak
2026-06-25 21:22:30 +02:00
parent 7e993a9249
commit 767eb00f7b
16 changed files with 58 additions and 58 deletions

View File

@@ -1,2 +1,2 @@
export type ExportFormat = 'xlsx' | 'csv' | 'ods' | 'pdf';
export type TagFilter = 'contains' | 'not_contains';
export type TagMatchType = 'contains' | 'not_contains';