Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 4, 2020 03:33
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 parzibyte/dbbd318f66f530e602d04ec29c9fa1c5 to your computer and use it in GitHub Desktop.
Save parzibyte/dbbd318f66f530e602d04ec29c9fa1c5 to your computer and use it in GitHub Desktop.
class Cliente {
public id: number;
public nombre: string;
public telefono: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment