import Foundation

public enum MKValue: Codable, Equatable {
  case string(String)
  case integer(Int64)