UNPKG

react-native-yookassa

Version:
6 lines 164 B
import type { PaymentType } from './Payment'; export interface PaymentToken { token: string; type: PaymentType; } //# sourceMappingURL=PaymentToken.d.ts.map