UNPKG

react-native-iap-kit

Version:
10 lines (9 loc) 168 B
export interface Plan { name: string; isRecommend: boolean; trial?: number; description?: string; price: string; sku: string; type: "subs" | "product"; }