declare type CommentServerDetails = { name: string, url: string, } declare type WalletServerDetails = { };