Created
June 30, 2022 15:35
-
-
Save petrosDemetrakopoulos/90d6fc454bee1a0bd4ec09e711bed020 to your computer and use it in GitHub Desktop.
Example of custom TS interface
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 Options { | |
color: string; | |
volume: number; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment