Skip to content

Instantly share code, notes, and snippets.

@wescopeland
Created June 16, 2019 13:10
Show Gist options
  • Save wescopeland/52a4d62f00fa29d029e594d447a49dc2 to your computer and use it in GitHub Desktop.
Save wescopeland/52a4d62f00fa29d029e594d447a49dc2 to your computer and use it in GitHub Desktop.
awesome-entity.model.ts
export interface AwesomeEntity {
id: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment