/** * PlanCap is present when the org is at a plan cap the caps mode * enforces; every sync is skipped until the month resets or the plan * changes. */ export interface HandlerPlanCapView { /** Human-readable result message. */ message?: string; meter?: string; plan?: string; }