GObject.TYPE_ENUM
GObject.TYPE_ENUM represents the GEnum type in the GObject type system. You can pass this object to methods taking a GObject.Type.
The GEnum type is the base type for all enumerations. It is not a value type, so it has no representation in gjs as such, and it cannot be used in signal arguments or property values directly.