BlueprintType

public enum BlueprintType : String, CustomStringConvertible, Codable

Undocumented

  • os

    Undocumented

    Declaration

    Swift

    case os = "os"
  • app

    Undocumented

    Declaration

    Swift

    case app = "app"
  • Declaration

    Swift

    public var description: String { get }