Implement filtering feature to negate selected labels

This commit is contained in:
zebrapurring
2024-06-28 16:45:43 +02:00
parent e929c38e37
commit e79905b608
4 changed files with 27 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ export type ItemsQuery = {
pageSize?: number;
locations?: string[];
labels?: string[];
negateLabels?: boolean;
parentIds?: string[];
q?: string;
fields?: string[];