Guest User

Untitled

a guest
Jun 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. export const ANIMAL_TYPES = [
  2. {
  3. text: 'Perros',
  4. value: 1,
  5. },
  6. {
  7. text: 'Gatos',
  8. value: 2,
  9. },
  10. ];
Add Comment
Please, Sign In to add comment