Skip to content

Instantly share code, notes, and snippets.

@mauricedb
Created June 26, 2019 10:10
Show Gist options
  • Save mauricedb/772162ebee9e2de8788f7030d5bd603d to your computer and use it in GitHub Desktop.
Save mauricedb/772162ebee9e2de8788f7030d5bd603d to your computer and use it in GitHub Desktop.
type Person = {
firstName: string;
nickName: string | null;
email?: string | null;
birthDate: Date;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment