UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

8 lines (7 loc) 141 B
/** * ENUM: Type of delivery. */ export declare enum ShippingTypeEnum { COURIER = "courier", NORMAL_DELIVERY = "normal_delivery" }