mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fixed implicit typings
This commit is contained in:
@@ -29,7 +29,7 @@ mobileApp.use(function (req: any, res: any, next: any) {
|
||||
});
|
||||
|
||||
var table = mobileApp.table()
|
||||
table.read(function (context) {
|
||||
table.read(function (context: AzureMobileApps.Context) {
|
||||
return context.execute().then(function (result: any) {
|
||||
return result;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user