UNPKG

react-native-moengage

Version:

MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.

7 lines (6 loc) 121 B
export type MoESupportedAttributes = | string | number | boolean | Array<any> | { [k: string]: any }