import { RevSchemaField } from '../../common'; /** @public */ export interface RevDataRowArrayField extends RevSchemaField { readonly name: string; }