@types/aws-lambda
Advanced tools
Comparing version 8.10.109 to 8.10.110
{ | ||
"name": "@types/aws-lambda", | ||
"version": "8.10.109", | ||
"version": "8.10.110", | ||
"description": "TypeScript definitions for AWS Lambda", | ||
@@ -223,4 +223,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c20838fcdc4883e427ac84b840621cc92a2d6961c2111c9c3d36c10244226665", | ||
"typeScriptVersion": "4.1" | ||
"typesPublisherContentHash": "221da779294ceab9c513b7f2539c7b6527f8c55e23879cacb9369243e83cbe30", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 23 Nov 2022 18:11:33 GMT | ||
* Last updated: Thu, 26 Jan 2023 23:32:36 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `AWSLambda` |
@@ -34,4 +34,6 @@ import { Handler } from '../handler'; | ||
*/ | ||
export type AmplifyGraphQlResolverHandler<TArguments = Record<string, any>, TSource = Record<string, any>> = Handler< | ||
AmplifyGraphQlResolverEvent<TArguments, TSource> | ||
>; | ||
export type AmplifyGraphQlResolverHandler< | ||
TArguments = Record<string, any>, | ||
TSource = Record<string, any>, | ||
TResult = any, | ||
> = Handler<AmplifyGraphQlResolverEvent<TArguments, TSource>, TResult>; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133384
3160