EventHubHandler type

type EventHubHandler = (
  messages: unknown,
  context: InvocationContext
) => FunctionResult