Skip to content

Instantly share code, notes, and snippets.

@RinniSwift
Created April 18, 2019 22:37
Show Gist options
  • Save RinniSwift/d1bd624a76dfbc6f62c04852cc25694f to your computer and use it in GitHub Desktop.
Save RinniSwift/d1bd624a76dfbc6f62c04852cc25694f to your computer and use it in GitHub Desktop.
struct CollectionItemId: Codable {
let productId: Int
enum CodingKeys: String, CodingKey {
case productId = "product_id"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment