UNPKG

@mee4dy/crud

Version:

Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.

8 lines (6 loc) 149 B
import { FilterType } from '../../common/enums/filter-type.enum'; export interface Filter { key: string; field?: string; type?: FilterType; }