export interface IDataField { /** * Gets or sets the field name of the data field. */ fieldName?: string; /** * Gets or sets the description of the data field. */ description?: string; }