AppType
public enum AppType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case awsFlowRuby = "aws-flow-ruby"
-
Undocumented
Declaration
Swift
case java = "java"
-
Undocumented
Declaration
Swift
case rails = "rails"
-
Undocumented
Declaration
Swift
case php = "php"
-
Undocumented
Declaration
Swift
case nodejs = "nodejs"
-
Undocumented
Declaration
Swift
case `static` = "static"
-
Undocumented
Declaration
Swift
case other = "other"
-
Declaration
Swift
public var description: String { get }