Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created August 9, 2018 06:47
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 amandeepmittal/83f1b752bfc94dad3a461abd02530124 to your computer and use it in GitHub Desktop.
Save amandeepmittal/83f1b752bfc94dad3a461abd02530124 to your computer and use it in GitHub Desktop.
export interface Table {
id: Number;
name: String;
city: String;
employeeId: String;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment