export type SpendCapStatusItem = { scope: string; interval_type: string; enforcement: string; /** * Zone for this cap: ok/warning/exceeded */ status: string; percent_used: number; warning_threshold: number | null; mentor_unique_id: string | null; username: string | null; };