export interface SdkDappInfoDto {
    id: string;
    name: string;
    image_url: string;
}
