import { DataType } from '../../Enums/DataType'; export interface IFieldDataType { dataType: DataType; }