export interface UpdatePlanRequest { /** * ID of the plan. */ plan: string; /** * Brief description of the plan. */ nickname?: string; /** * A JSON object defined by the client. */ metadata?: object; } //# sourceMappingURL=UpdatePlanRequest.d.ts.map