package io.gitlab.jfronny.muscript.compiler; public enum Type { String, Number, Boolean, Dynamic }