pub type ReportType = BNReportType;
enum ReportType { PlainTextReportType = 0, MarkdownReportType = 1, HTMLReportType = 2, FlowGraphReportType = 3, }