Created
August 10, 2019 18:40
-
-
Save leocavalcante/e3a0d46bf2f22845e0a6b1b87ca4e77b to your computer and use it in GitHub Desktop.
This file contains 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
type Todo { | |
id: Int | |
title: String | |
body: String | |
done: Boolean | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment