UNPKG

@serafin/pipeline

Version:

CRUD data access library with a functional approach

5 lines (4 loc) 88 B
export interface ResultsInterface<T, META = {}> { data: Array<T>; meta: META; }