Skip to content

Instantly share code, notes, and snippets.

@isilveira1
Created June 15, 2022 09:46
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 isilveira1/7aeab5723ebd786758626160f6a8ad31 to your computer and use it in GitHub Desktop.
Save isilveira1/7aeab5723ebd786758626160f6a8ad31 to your computer and use it in GitHub Desktop.
interface Dog {
id: number;
name: string;
description: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment