Advertisement
JVFabia

cancion.ts

Aug 17th, 2020
1,837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export interface Cancion{
  2.     nombre:String,
  3.     album:String,
  4.     autor:String
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement