UNPKG

@tsed/platform-koa

Version:
16 lines (15 loc) 415 B
import Koa from "koa"; import { PlatformKoaSettings } from "./PlatformKoaSettings.js"; export * from "./PlatformKoaSettings.js"; declare global { namespace TsED { interface Configuration { /** * Configuration related to Koa platform application. */ koa: PlatformKoaSettings; } interface NextFunction extends Koa.Next { } } }