UNPKG

@eagleeye-solutions/integration-events-common

Version:
11 lines (10 loc) 366 B
import { EeAirOutboundEvent } from '..'; import { WalletAccountCreatePlanEventData } from '../types'; /** * Returns an array of events derived from a WALLET.ACCOUNT.CREATE.PLAN event. * * @param event * @param configuration * @returns */ export declare function getWalletAccountCreatePlanEventData(event: EeAirOutboundEvent): WalletAccountCreatePlanEventData;