Skip to content

Instantly share code, notes, and snippets.

@dewey92
Created April 26, 2018 21:32
Show Gist options
  • Select an option

  • Save dewey92/fd978d6c9534298ce95270b17510efab to your computer and use it in GitHub Desktop.

Select an option

Save dewey92/fd978d6c9534298ce95270b17510efab to your computer and use it in GitHub Desktop.
Dep
interface UserRepository {...}
interface Logger {...}
interface Deps {
userRepo: UserRepository,
logger: Logger
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment