Skip to content

Instantly share code, notes, and snippets.

@NeelBhatt
Created December 9, 2018 17:27
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 NeelBhatt/92a33661b0312cfcfc1e17a87e596bca to your computer and use it in GitHub Desktop.
Save NeelBhatt/92a33661b0312cfcfc1e17a87e596bca to your computer and use it in GitHub Desktop.
export class  Employee{  
   firstname:string;  
   lastname:string ;  
   email:string;  
   gender:number;  
   id:string  
  
}  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment