export enum NoteOutputStyleConfig {
    DashFormat = "Dash-format",
    Paragraph = "Paragraph"
}