Skip to content

Instantly share code, notes, and snippets.

@Brooooooklyn
Created January 5, 2017 02:21
Show Gist options
  • Save Brooooooklyn/fbbbf9957723c9e71ae5e9f74ebfa31d to your computer and use it in GitHub Desktop.
Save Brooooooklyn/fbbbf9957723c9e71ae5e9f74ebfa31d to your computer and use it in GitHub Desktop.
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