mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Fix up definition and use inference in tests where possible
This commit is contained in:
Vendored
+3
-1
@@ -263,7 +263,9 @@ declare module "rest/interceptor/template" {
|
||||
module template {
|
||||
interface Config {
|
||||
template?: string;
|
||||
params?: {};
|
||||
params?: {
|
||||
[name: string]: any;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user