UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

5 lines 206 B
import type { PaymentDetailsBase } from './payment-details-base'; export interface PaymentDetailsUpdate extends PaymentDetailsBase { error: string; } //# sourceMappingURL=payment-details-update.d.ts.map