Skip to content

Instantly share code, notes, and snippets.

@davelosert
Created October 13, 2017 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davelosert/31dd8aa9276c497947ee454f20f06b7c to your computer and use it in GitHub Desktop.
Save davelosert/31dd8aa9276c497947ee454f20f06b7c to your computer and use it in GitHub Desktop.
import {Todo} from '../state/Todo';
export interface TodoRepository {
loadAllTODOs(): Promise<Todo[]>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment