fix: [@types/aws-lambda] add missing props to CognitoUserPoolTriggerEvent (#36753)

This commit is contained in:
Stefan Tertan 2019-07-15 17:42:48 +01:00 committed by Andrew Branch
parent 83857c2e0f
commit 1dfeabc9c2

View File

@ -308,6 +308,8 @@ export interface CognitoUserPoolTriggerEvent {
};
response: {
autoConfirmUser?: boolean;
autoVerifyPhone?: boolean;
autoVerifyEmail?: boolean;
smsMessage?: string;
emailMessage?: string;
emailSubject?: string;