diff --git a/types/stripe-js/elements/express-checkout.d.ts b/types/stripe-js/elements/express-checkout.d.ts index 6c752156..6441a378 100644 --- a/types/stripe-js/elements/express-checkout.d.ts +++ b/types/stripe-js/elements/express-checkout.d.ts @@ -189,7 +189,12 @@ export type StripeExpressCheckoutElement = StripeElementBase & { ): StripeExpressCheckoutElement; }; -export type ExpressPaymentType = 'google_pay' | 'apple_pay' | 'link' | 'paypal'; +export type ExpressPaymentType = + | 'google_pay' + | 'apple_pay' + | 'amazon_pay' + | 'link' + | 'paypal'; export type ExpressCheckoutPartialAddress = { city: string;