Skip to content

Instantly share code, notes, and snippets.

@samuelayo
Created November 30, 2017 11:14
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 samuelayo/0b3e9bb890a13e6e6a3aeef2888551b7 to your computer and use it in GitHub Desktop.
Save samuelayo/0b3e9bb890a13e6e6a3aeef2888551b7 to your computer and use it in GitHub Desktop.
export default interface User{
name: string;
age: number;
address: string;
dob: Date;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment