diff --git a/durandal/durandal.d.ts b/durandal/durandal.d.ts index 043ab3f66..e47bb1f15 100644 --- a/durandal/durandal.d.ts +++ b/durandal/durandal.d.ts @@ -375,7 +375,7 @@ declare module "durandal/plugins/router" { */ interface IRouteInfoParameters { /** your url pattern. The only required parameter */ - url: string; + url: any; /** if not supplied, router.convertRouteToName derives it */ moduleId?: string; /** if not supplied, router.convertRouteToModuleId derives it */