mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
Support for Deactivating Compiler Option "Allow implicit any"
This commit is contained in:
2
amplifyjs/amplifyjs.d.ts
vendored
2
amplifyjs/amplifyjs.d.ts
vendored
@@ -50,7 +50,7 @@ interface amplifyRequest {
|
||||
* success (optional): Function to invoke on success.
|
||||
* error (optional): Function to invoke on error.
|
||||
*/
|
||||
(settings: amplifyRequestSettings);
|
||||
(settings: amplifyRequestSettings): any;
|
||||
|
||||
/***
|
||||
* Define a resource.
|
||||
|
||||
Reference in New Issue
Block a user