export interface SdkDappInfoDto { id: string; name: string; image_url: string; reown_project_id: string | null; }