export type Json2htmlOptions = {
  plainHtml?: boolean;
} & Partial<{
  [key: string]: any;
}>;
