Skip to content

Commit a1e27f6

Browse files
committed
Merge pull request DefinitelyTyped#4737 from mariusfilipowski/master
Support for Deactivating Compiler Option "Allow implicit any" in AmplifyJS.d.ts
2 parents cacb421 + 986e1ea commit a1e27f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amplifyjs/amplifyjs.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ interface amplifyRequest {
5050
* success (optional): Function to invoke on success.
5151
* error (optional): Function to invoke on error.
5252
*/
53-
(settings: amplifyRequestSettings);
53+
(settings: amplifyRequestSettings): any;
5454

5555
/***
5656
* Define a resource.

0 commit comments

Comments
 (0)