Skip to content

Instantly share code, notes, and snippets.

@mikepatrick
Created November 16, 2017 03:46
Show Gist options
  • Save mikepatrick/e7e754eadfbb474b7b37f3e9157c97e2 to your computer and use it in GitHub Desktop.
Save mikepatrick/e7e754eadfbb474b7b37f3e9157c97e2 to your computer and use it in GitHub Desktop.
.ts file containing only an interface. Compiles to an empty string.
interface DummyContent {
name: string;
age?: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment