/** * This file was auto-generated by Fern from our API Definition. */ export interface ConstraintUpdate { description?: string; function?: string; options?: any; label?: string; }