/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };