UNPKG

@mee4dy/crud

Version:

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

14 lines (13 loc) 220 B
export interface FindParams { attributes?: { include?: any; exclude?: any; }; include?: any; scope?: string | string[]; limit?: number; offset?: number; where?: any; order?: any; group?: any; }