Created
April 26, 2018 21:32
-
-
Save dewey92/fd978d6c9534298ce95270b17510efab to your computer and use it in GitHub Desktop.
Dep
This file contains hidden or 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
| 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