UNPKG

typescript-express-starter

Version:
7 lines (5 loc) 98 B
import { Router } from 'express'; export interface Routes { path?: string; router: Router; }