ObjectType

public struct ObjectType : Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public let references: [String]?
  • Undocumented

    Declaration

    Swift

    public init(name: String, references: [String]? = nil)