export const configProps = {
  countryCode: 'USA',
  value: 'https://www.yahoo.com'
};

export const stateListData = {
  data: {
    fetchDateTime: '2023-01-18T12:04:56.517Z',
    pxObjClass: 'Pega-State',
    resultCount: 3,
    data: [
      {
        pyLabel: 'Massachusetts',
        pyStateCode: 'MA'
      },
      {
        pyLabel: 'Rhode Island',
        pyStateCode: 'RI'
      },
      {
        pyLabel: 'Connecticut',
        pyStateCode: 'CT'
      }
    ]
  },
  status: 200,
  statusText: '',
  headers: {
    'content-length': '1328',
    'content-type': 'application/json;charset=UTF-8'
  },
  request: {}
};

export const stateProps = {
  value: '.URL'
};
