StorageQueueHandler type

type StorageQueueHandler = (
  queueEntry: unknown,
  context: InvocationContext
) => FunctionResult