/** * This file was auto-generated by Fern from our API Definition. */ export interface ExternalSheetConstraint { validator: string; /** The fields that must be unique together */ fields?: string[]; config?: any; }