UNPKG

maggie-api

Version:

🧙‍♀️ A magical Express middleware to auto-generate CRUD APIs for Mongoose models with validation, unique keys, and middlewares.

6 lines (5 loc) 109 B
export interface ControllerSettings { getKeys: string[]; getByIdKeys: string[]; primaryKey?: string; }