export type PlatformRevenueSummary = { sales_volume: string; sales_count: number; currency: string; };