다음을 통해 공유


ServiceBusQueueHandler type

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