UNPKG

mongoose

Version:
11 lines (10 loc) 214 B
declare module 'mongoose' { interface TracingContext { operation: string; collection: string; database: string; serverAddress: string; serverPort: number; args: Record<string, any>; } }