Skip to content

Instantly share code, notes, and snippets.

@AnthonyLzq
Created December 17, 2021 05:19
Show Gist options
  • Save AnthonyLzq/51b5df05547bccb60fccf6464e69865d to your computer and use it in GitHub Desktop.
Save AnthonyLzq/51b5df05547bccb60fccf6464e69865d to your computer and use it in GitHub Desktop.
DtoUser
interface DtoUser {
id: string
lastName: string
name: string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment