export interface TypeComponentRichTextFields { entryName?: string; anchorId?: string; title?: string; isTargetBlank?: boolean; richText: React.ReactNode; }