UNPKG

@rnw-community/react-native-payments

Version:

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

6 lines 197 B
export interface AndroidSignedKey { keyExpiration: string; keyValue: string; } export declare const emptyAndroidSignedKey: AndroidSignedKey; //# sourceMappingURL=android-signed-key.d.ts.map