ServiceBusTopicHandler type

type ServiceBusTopicHandler = (
  message: unknown,
  context: InvocationContext
) => FunctionResult