/** * Action/trace name cost breakdown. */ export type ActionBreakdown = { action: string; cost: string; sessions: number; trace_count: number; unique_users?: number; };