import { WysiwygConfig } from '../../wysiwyg'; export interface IWidgetConfigCreateDTO { notes: string; data: WysiwygConfig; }