UNPKG

@ogma/nestjs-module

Version:

A NestJS module for the Ogma logger

8 lines (7 loc) 161 B
export interface OgmaServiceMeta { application?: string; context?: string; correlationId?: string; each?: boolean; [key: string]: unknown; }