UNPKG

typescript-express-starter

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