1 2 3 4 5 6
import { SearchField } from './search-field.type'; export interface Search { field: SearchField; value: string; }