Skip to content

Instantly share code, notes, and snippets.

@seanhess
Created March 5, 2015 17:20
Show Gist options
  • Save seanhess/536b3c2218cde73f120d to your computer and use it in GitHub Desktop.
Save seanhess/536b3c2218cde73f120d to your computer and use it in GitHub Desktop.
cursor interfaces
interface CourseCursor extends Cursor<Course> {
rules: RulesCursor;
}
interface RulesCursor extends Cursor<Rules> {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment