UNPKG

react-native-yookassa

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