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