Skip to content

Instantly share code, notes, and snippets.

@timbaev
Created January 26, 2019 14:05
Show Gist options
  • Save timbaev/885e0f9393ceea9cd060272977cee996 to your computer and use it in GitHub Desktop.
Save timbaev/885e0f9393ceea9cd060272977cee996 to your computer and use it in GitHub Desktop.
import Vapor
struct TodoDto: Content {
let id: Int?
let title: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment