declare enum ViewType { SHEET = "sheet", BRANCH = "branch", TOPIC = "topic", TOPIC_TITLE = "topic-title", CONNECTION = "connection" } export default ViewType;