UNPKG

ajsfw

Version:
6 lines (5 loc) 121 B
import { IRoute } from "./IRoute"; export interface IRoutes { paths: IRoute[]; viewComponentName: string; }