UNPKG

moleculer-mongobubble

Version:

A Moleculer module for generating CRUD APIs using MongoBubble.

5 lines (4 loc) 109 B
import { Document } from 'bson'; export type MongoBubbleMetadata = { eventPrefix?: string; } | Document;