UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

6 lines (5 loc) 151 B
import { OptionalList } from './optional-list'; export interface FilterDescriptor { filterFunction: Function; applyTo: OptionalList<string>; }