enum Type {
        INTERNAL("internal"),
        EXTERNAL("external"),
        BOTH("both");