Skip to content

Instantly share code, notes, and snippets.

@ktutnik
Created July 22, 2019 00:29
Show Gist options
  • Select an option

  • Save ktutnik/084fa560335477eccd74a3f4e43caca1 to your computer and use it in GitHub Desktop.

Select an option

Save ktutnik/084fa560335477eccd74a3f4e43caca1 to your computer and use it in GitHub Desktop.
interface User extends Document {
email: string,
name: string,
birthDate: Date
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment