Created
January 26, 2019 14:05
-
-
Save timbaev/885e0f9393ceea9cd060272977cee996 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
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