Skip to content

Instantly share code, notes, and snippets.

@ertembiyik
Created May 31, 2022 17:54
Show Gist options
  • Save ertembiyik/fd1afc8d7d12bae2dc358d8e9cda46de to your computer and use it in GitHub Desktop.
Save ertembiyik/fd1afc8d7d12bae2dc358d8e9cda46de to your computer and use it in GitHub Desktop.
struct Character: Codable {
let id: Int
let name: String
let status: String
let url: String
let species: String
let type: String
let gender: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment