UNPKG

fpt-akainsights-react-native

Version:

React Native Plugin for the akaInsights Javascript SDK

8 lines (7 loc) 192 B
export interface IRegistration { readonly firstName?: string; readonly lastName?: string; readonly email?: string; readonly phone?: string; readonly campaignId?: string; }