Skip to content

Instantly share code, notes, and snippets.

@volkanbicer
Created April 30, 2019 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save volkanbicer/bc6398473db63002abf2e9c3d8aabfe1 to your computer and use it in GitHub Desktop.
Save volkanbicer/bc6398473db63002abf2e9c3d8aabfe1 to your computer and use it in GitHub Desktop.
struct Book {
let id: String
let name: String
let author: String
}
typealias Books = [Book]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment