export interface I_FieldRelationship{ type: string label: string value: string url: string _id: string pairedField: string }