export class QuerySearch { public label: string; public field: string; public typeComponent?: 'INPUT' | 'CHECKBOX' = 'INPUT'; }