mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added missing declaration for optional dynamicHash property on DurandalRelativeRouteSettings to support TypeScript 1.6 tightened compilation rules
This commit is contained in:
Vendored
+1
@@ -1541,6 +1541,7 @@ interface DurandalRelativeRouteSettings {
|
||||
moduleId?: string;
|
||||
route?: string;
|
||||
fromParent?: boolean;
|
||||
dynamicHash?: string;
|
||||
}
|
||||
|
||||
interface DurandalRouterBase<T> extends DurandalEventSupport<T> {
|
||||
|
||||
Reference in New Issue
Block a user