다음을 통해 공유


EventHubHandler type

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