ParentType
ENUM
ParentType
Swift
1public enum ParentType
Cases
Object(_:)
Swift
1case Object(Object.Type)
Interface(_:)
Swift
1case Interface(Interface.Type)
Union(_:)
Swift
1case Union(Union.Type)
ENUM
ParentType
1public enum ParentType
Object(_:)
1case Object(Object.Type)
Interface(_:)
1case Interface(Interface.Type)
Union(_:)
1case Union(Union.Type)