From 1be3d46fea45a36a3a2b1bbdc9682fa6664536fa Mon Sep 17 00:00:00 2001 From: Eiji Kitamura Date: Tue, 18 Apr 2017 00:29:21 +0900 Subject: [PATCH] Small fix for ApplePayJS (#15570) --- types/applepayjs/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.