Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. export interface Hero {
  2. id: string,
  3. firstName: string,
  4. lastName: string,
  5. superHeroName: string,
  6. description: string,
  7. profilePicture: string
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement