Created
January 5, 2017 02:21
-
-
Save Brooooooklyn/fbbbf9957723c9e71ae5e9f74ebfa31d 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
Task: { | |
_id: string | |
name: string | |
content: string | |
executor: { | |
_id: string | |
name: string | |
} | |
} | |
Post: { | |
_id: string | |
title: string | |
note: string | |
executor: { | |
_id: string | |
name: string | |
} | |
} | |
Executor: { | |
_id: string | |
name: string | |
avatarUrl: string | |
email: string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment