/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { SpendCapStatusItem } from './SpendCapStatusItem'; import type { SpendCapStatusSummaryStatusEnum } from './SpendCapStatusSummaryStatusEnum'; export type SpendCapStatusSummary = { /** * Worst zone across the applicable caps * * * `ok` - ok * * `warning` - warning * * `exceeded` - exceeded */ status: SpendCapStatusSummaryStatusEnum; /** * True when a hard-block cap is already exceeded */ blocked: boolean; caps: Array; };