UNPKG

@squareboat/nest-eyewitness

Version:

A simple easy-to-use package to receive error reports directly to your inbox whenever any exception is witnessed 👀 in your NestJS application.

5 lines (4 loc) • 231 B
import { MailmanOptions, MailmanOptionsFactory } from '@squareboat/nest-mailman'; export declare class MailmanConfigFactory implements MailmanOptionsFactory { createMailmanOptions(): MailmanOptions | Promise<MailmanOptions>; }