diff --git a/types/applepayjs/index.d.ts b/types/applepayjs/index.d.ts index 744e1fd044..9e2c1c1c22 100644 --- a/types/applepayjs/index.d.ts +++ b/types/applepayjs/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Apple Pay JS 1.0 +// Type definitions for Apple Pay JS 1.0.1 // Project: https://developer.apple.com/reference/applepayjs // Definitions by: Martin Costello // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -392,7 +392,7 @@ declare namespace ApplePayJS { /** * A set of shipping method objects that describe the available shipping methods. */ - shippingMethods?: ApplePayShippingMethod[] | string[]; + shippingMethods?: ApplePayShippingMethod[]; /** * How the items are to be shipped.