UNPKG

@freedomds/shared-pagination

Version:

FDS-Shared - Helper types for grid pagination, sorting and filtering

8 lines (7 loc) 243 B
import { FilterMatchMode } from './enumeration/filter-match-mode'; export declare class Filter { key: string; values: any; matchMode: FilterMatchMode; constructor(key: string, values: any, matchMode: FilterMatchMode); }