Created
May 31, 2022 17:54
-
-
Save ertembiyik/fd1afc8d7d12bae2dc358d8e9cda46de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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