Skip to content
Snippets Groups Projects
Commit 3f765aed authored by Sebastian Bittrich's avatar Sebastian Bittrich
Browse files

removes FilteringDirective

parent 96144fb1
No related branches found
No related tags found
No related merge requests found
...@@ -132,14 +132,6 @@ export namespace Category { ...@@ -132,14 +132,6 @@ export namespace Category {
includeField(categoryName: string, fieldName: string): boolean, includeField(categoryName: string, fieldName: string): boolean,
} }
export interface FilteringDirective {
categoryName: string,
columnName?: string,
behavior: FilteringBehavior
}
export type FilteringBehavior = 'whitelist' | 'blacklist';
export function filterOf(directives: string): Filter { export function filterOf(directives: string): Filter {
const cat_whitelist: string[] = []; const cat_whitelist: string[] = [];
const cat_blacklist: string[] = []; const cat_blacklist: string[] = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment