Merge pull request #70 from zebrapurring/negate-labels

Implement filter option for negated labels
This commit is contained in:
Katos
2024-06-30 16:02:04 +01:00
committed by GitHub
6 changed files with 32 additions and 6 deletions

View File

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