UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

8 lines (7 loc) 160 B
/** * ENUM: Type of the source from which the purchase was done. */ export declare enum PurchaseSourceTypeEnum { ONLINE = "online", STORE = "store" }