UNPKG
react-native-yookassa
Version:
latest (3.6.0)
3.6.0
3.5.0
3.4.0
3.3.0
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.3.0
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
YooKassa payments for React Native
github.com/Qudaeo/react-native-yookassa
react-native-yookassa
/
src
/
PaymentToken.ts
7 lines
(5 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
type
{
PaymentType
}
from
'./Payment'
;
export
interface
PaymentToken
{
token
:
string
;
type
:
PaymentType
; }