UNPKG

ornamentum

Version:
14 lines (13 loc) 194 B
/** * Filter options model. */ export interface DataTableFilterOption { /** * Filter item key. */ key: any; /** * Display filter value. */ value: string; }