PatchAction

public enum PatchAction : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case allowAsDependency = "ALLOW_AS_DEPENDENCY"
  • Undocumented

    Declaration

    Swift

    case block = "BLOCK"
  • Declaration

    Swift

    public var description: String { get }