submodule update

This commit is contained in:
Timo Bejan 2021-08-06 11:31:56 +03:00
parent f957fc93e1
commit 3f9915434d

View File

@ -2,9 +2,7 @@ import { NestedFilter } from './nested-filter.model';
import { TemplateRef } from '@angular/core';
export interface FilterGroup {
filters: NestedFilter[];
readonly slug: string;
readonly label?: string;
readonly icon?: string;