UNPKG

@eggjs/onerror

Version:
8 lines (7 loc) 196 B
import type { OnerrorConfig } from './config/config.default.js'; export type { OnerrorConfig }; declare module '@eggjs/core' { interface EggAppConfig { onerror: OnerrorConfig; } }