import { Application } from './app'; export interface HandlerContext { app: Application; store: object; errors: object; }