mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
Rename tag_filter parameter to tag_match_type
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export type ExportFormat = 'xlsx' | 'csv' | 'ods' | 'pdf';
|
||||
export type TagFilter = 'contains' | 'not_contains';
|
||||
export type TagMatchType = 'contains' | 'not_contains';
|
||||
|
||||
Reference in New Issue
Block a user