UNPKG

react-native-yookassa

Version:

YooKassa payments for React Native

7 lines (5 loc) 119 B
import type { PaymentType } from './Payment'; export interface PaymentToken { token: string; type: PaymentType; }