ServiceBusQueueHandler type

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