export interface OpenUrlModalOptions { title?: string; url?: string; color?: string; onmessage?: (e: any) => void; }