Skip to content

Instantly share code, notes, and snippets.

@igorcardozo
Created November 16, 2020 01:07
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 igorcardozo/a387381b594fcc963466e968c38dd3e3 to your computer and use it in GitHub Desktop.
Save igorcardozo/a387381b594fcc963466e968c38dd3e3 to your computer and use it in GitHub Desktop.
interface User {
name: string;
email: string;
age: number;
verifyEmail: (value: string) => boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment