Environment

public enum Environment : Int, Codable

deployment environment

  • dev

    development environment

    Declaration

    Swift

    case dev = 1
  • pre production environment

    Declaration

    Swift

    case preProd = 2
  • production environment

    Declaration

    Swift

    case prod = 3