Skip to content

Instantly share code, notes, and snippets.

@pietrobasso
Created January 11, 2022 13:07
Show Gist options
  • Save pietrobasso/09dc01bc06aa0b3cd5fd61b1edbf49ff to your computer and use it in GitHub Desktop.
Save pietrobasso/09dc01bc06aa0b3cd5fd61b1edbf49ff to your computer and use it in GitHub Desktop.
Classic Response
struct Response: Decodable {
let items: [Widget]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment