import joplin_utils import jester type selectedOption* = enum newNote="New Note", search="Search", shortcuts="Shortcuts", notes="Notes", notebooks="Notesbooks", tags="Tags" type ColomnLeftData* = ref object of RootObj j_status*: bool option*: selectedOption j_notes*: joplin_notes j_notebooks*: joplin_notebooks j_tags*: joplin_tags req*: Request