Fix up definition and use inference in tests where possible

This commit is contained in:
Jared Klopper
2016-02-02 13:12:02 +13:00
parent fa66ca5821
commit cdf27e4034
2 changed files with 22 additions and 20 deletions
+3 -1
View File
@@ -263,7 +263,9 @@ declare module "rest/interceptor/template" {
module template {
interface Config {
template?: string;
params?: {};
params?: {
[name: string]: any;
};
}
}