UNPKG

@geekbears/gb-mongoose-keywords-plugin

Version:
10 lines (9 loc) 256 B
import { IKeywordPopulateMap } from './keyword-populate-map.interface'; export interface IKeywordOptions { paths?: string[]; virtuals?: IKeywordPopulateMap; omit?: string[]; logging?: boolean; onNew?: boolean; onUpdate?: boolean; }