UNPKG

tit

Version:

A simple api framework by use TypeScript & Node.js

11 lines 327 B
import { Application } from './application'; import { Context } from 'koa'; export interface IController { readonly ctx: Context; readonly app: Application; } export declare class TitController implements IController { readonly ctx: Context; readonly app: Application; } //# sourceMappingURL=controller.d.ts.map