We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9efa1 commit 5e29be0Copy full SHA for 5e29be0
index.d.ts
@@ -770,6 +770,7 @@ export interface AWS {
770
httpApi?: {
771
payload?: AwsHttpApiPayload;
772
};
773
+ alarms?: unknown[];
774
775
776
licenseKey?: string;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@serverless/typescript",
3
- "version": "4.14.1",
+ "version": "4.15.1",
4
"description": "Serverless typescript definitions",
5
"main": "index.d.ts",
6
"scripts": {
0 commit comments