ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f dir: /object/type/details.go/
package objecttype type typeDetails struct { name string isBaseObject bool } func (ty Type) details() typeDetails { return typeTable[ty] }