UNPKG

@adobe/react-native-aepedge

Version:

Adobe Experience Platform Edge Network extension for Adobe Experience Platform Mobile SDK. Written and maintained by Adobe.

7 lines (6 loc) 197 B
declare class EdgeEventHandle { type?: string; payload?: Array<Record<string, any>>; constructor(type?: string, payload?: Array<Record<string, any>>); } export default EdgeEventHandle;