Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     organizationsSearch: {
  3.         economicActivities: {
  4.             isPending: false,
  5.             payload: {
  6.                 data: {
  7.                     loadedEconomicActivities: [],
  8.                     selectedEconomicActivities: []
  9.                 }
  10.             },
  11.             error: null
  12.         },
  13.        
  14.         taxesCommittees: {
  15.             isPending: false,
  16.             payload: {
  17.                 data: {
  18.                     loadedTaxesCommittees: [],
  19.                     selectedTaxesCommittee: {}
  20.                 }
  21.             },
  22.             error: null
  23.         }
  24.     },
  25.    
  26.     addOrganization: {
  27.         economicActivities: {
  28.             isPending: false,
  29.             payload: {
  30.                 data: {
  31.                     loadedEconomicActivities: [],
  32.                     selectedEconomicActivities: []
  33.                 }
  34.             },
  35.             error: null
  36.         },
  37.        
  38.         taxesCommittees: {
  39.             isPending: false,
  40.             payload: {
  41.                 data: {
  42.                     loadedTaxesCommittees: [],
  43.                     selectedTaxesCommittee: {}
  44.                 }
  45.             },
  46.             error: null
  47.         }
  48.     }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement