UNPKG

typescript-express-mongoose-starter

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