export interface TrustpilotBusinessUnit { trustScore: string, numberOfReviews: { total: number } } export interface TrustpilotBusinessUnitWebLinks { profileUrl: string } export interface TrustpilotSummary { trustScore: string, numberOfReviews: number, profileUrl: string }