UNPKG

desi-mongoose

Version:

A fun and intuitive MongoDB ODM for Node.js with a Hinglish twist

8 lines (7 loc) 184 B
export declare class DesiRelation { static ref(modelName: string, options?: any): any; static array(modelName: string): { type: string[]; ref: string; }; }