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