import { FieldType } from '../../enums/fullText/FieldType'; export interface ISchemaField { fieldName: string; alias?: string; type: FieldType; sortable?: boolean; unf?: boolean; noIndex?: boolean; } //# sourceMappingURL=ISchemaField.d.ts.map