UNPKG

@cafebazaar/react-native-poolakey

Version:

ReactNative implementation of CafeBazaar's in-app payment SDK

9 lines 223 B
export type SkuDetails = { sku: string; type: string; price: string; title: Date; description: number; }; export declare function parseSkuDetails(json: any): any; //# sourceMappingURL=SkuDetails.d.ts.map