async types()

in src/ui/src/services/RetailEdge.js [68:70]


  async types() {
    return get(`${API_SERVER_URL}/api/types`, HEADERS);
  },