import type { ModelCost } from './ModelCost'; export type CostPerTenant = { platform_key: string; total_cost: number; model_costs: Array; };