mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Small fix for ApplePayJS (#15570)
This commit is contained in:
parent
65a2c83b8c
commit
1be3d46fea
4
types/applepayjs/index.d.ts
vendored
4
types/applepayjs/index.d.ts
vendored
@ -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 <https://martincostello.com/>
|
||||
// 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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user