Skip to content

Instantly share code, notes, and snippets.

@jonatan-alama
Created April 2, 2016 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonatan-alama/93fa884d20ca4b95ff99b640e1ff24fe to your computer and use it in GitHub Desktop.
Save jonatan-alama/93fa884d20ca4b95ff99b640e1ff24fe to your computer and use it in GitHub Desktop.
interface IMyInterface {
myValue: string;
myMethod(): void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment