TypeScript 97.4%
SQL 1%
JavaScript 0.9%
CSS 0.6%
1/** Client-side mirror of `UsageSummary` (server type lives in lib/usage/service.ts, re-exported type-only). */2export type { UsageSummary, UsageKpis, UsageSeriesPoint, ProviderAgg, ModelAgg, UsageProjection, RecentRecord, UsageFilters } from "@/lib/usage/service";3export type { SavingsOpportunity } from "@/lib/usage/savings";4export type { UsageRangeKey } from "@/lib/usage/time";5