Single element type of inferred router output array type
I'm trying to type a single object from an array but I don't want to manually create it.
I've been using inferRouterOutputs so I was wondering if it's possible to remove the [] from the type so that it is just an object.
With AlItemsOutput being:
But I would like to convert it to:
5 Replies