export interface Intents { /** * The URL that was used to launch the intent. */ launchUrl?: string | URL; }