website refactor
This commit is contained in:
@@ -18,6 +18,6 @@ export interface SponsorDashboardViewData {
|
||||
activeSponsorships: number;
|
||||
formattedTotalInvestment: string;
|
||||
costPerThousandViews: string;
|
||||
upcomingRenewals: any[];
|
||||
recentActivity: any[];
|
||||
upcomingRenewals: unknown[];
|
||||
recentActivity: unknown[];
|
||||
}
|
||||
Reference in New Issue
Block a user