UNPKG

mongoosastic-ts

Version:

A mongoose plugin that indexes models into elastic search

7 lines (6 loc) 149 B
export declare const Generator: { generateMapping: (schema: any) => { properties: any; }; getCleanTree: (schema: any) => any; };