Skip to content

Instantly share code, notes, and snippets.

@igorcardozo
Created November 16, 2020 01:07
Embed
What would you like to do?
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