Created
June 17, 2021 21:23
-
-
Save florianmartens/20c4c88239973e724d9fd4b4325dd87d to your computer and use it in GitHub Desktop.
This file contains 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 EmptySet { | |
foo: string; | |
bar: string; | |
faz: object; | |
// -> add an infinite number of requirements | |
// ... | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment