Skip to content

Instantly share code, notes, and snippets.

@Armenvardanyan95
Created July 9, 2017 11:24
Show Gist options
  • Save Armenvardanyan95/ba1bc6421f0a1067636193e6430e5c92 to your computer and use it in GitHub Desktop.
Save Armenvardanyan95/ba1bc6421f0a1067636193e6430e5c92 to your computer and use it in GitHub Desktop.
interface User {
fullname: string;
age: number;
createdDate: string | Date;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment