Skip to content

Instantly share code, notes, and snippets.

@petrosDemetrakopoulos
Created June 30, 2022 15:35
Show Gist options
  • Save petrosDemetrakopoulos/90d6fc454bee1a0bd4ec09e711bed020 to your computer and use it in GitHub Desktop.
Save petrosDemetrakopoulos/90d6fc454bee1a0bd4ec09e711bed020 to your computer and use it in GitHub Desktop.
Example of custom TS interface
interface Options {
color: string;
volume: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment