import { PathOrParamsType } from "./PathParamsType"; export interface IRouterParams { method: string; path: PathOrParamsType; }