UNPKG

react-native-yookassa

Version:

YooKassa payments for React Native

8 lines (7 loc) 118 B
export interface Shop { id: string; token: string; name: string; description: string; returnUrl?: string; }