Type Alias AnalyticsClientSendEventHook

AnalyticsClientSendEventHook: (<TResult>(eventType: string, payload: any) => TResult | Promise<TResult>)