import { RevSchemaField } from '../../../common'; /** @public */ export interface RevMultiHeadingField extends RevSchemaField { headings: string[]; }