mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-24 06:28:34 +01:00
Merge pull request #70 from zebrapurring/negate-labels
Implement filter option for negated labels
This commit is contained in:
@@ -23,6 +23,7 @@ export type ItemsQuery = {
|
||||
pageSize?: number;
|
||||
locations?: string[];
|
||||
labels?: string[];
|
||||
negateLabels?: boolean;
|
||||
parentIds?: string[];
|
||||
q?: string;
|
||||
fields?: string[];
|
||||
|
||||
Reference in New Issue
Block a user