import type { HttpUrlOpenTarget } from './HttpUrlOpenTarget'; export type NotificationUrlOpenOptions = { httpUrlOpenTarget?: HttpUrlOpenTarget; };