UNPKG

@serafin/pipeline

Version:

CRUD data access library with a functional approach

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