export interface RichText {
  empty?: boolean;
  emptyAdf?: boolean;
  finalised?: boolean;
  valueSet?: boolean;
}
