UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

9 lines (8 loc) 228 B
export interface IClientInfoOptional { readonly referrer?: string; readonly campaignId?: string; readonly browser?: string; readonly location?: string; readonly path?: string; readonly userId?: string; }