App Intents people: I have an intent that I’d like to take one of two things:

• Tuple of (enum, int)
OR
• An object that was created by a different of my intents

Is there any way to do this cleanly? It sure seems like this should do it, but it doesn’t:

@caseyliss I ran into a similar issue a year or so ago and couldn't find any way other than to make two different AppIntents whenever I need two different input types 😅

Would love if someone knows a better way!