@woocommerce/data
Version:
WooCommerce Admin data store and utilities
16 lines (15 loc) • 546 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EXPERIMENTAL_PRODUCT_CATEGORIES_STORE_NAME = void 0;
/**
* Internal dependencies
*/
const constants_1 = require("./constants");
const crud_1 = require("../crud");
(0, crud_1.createCrudDataStore)({
storeName: constants_1.STORE_NAME,
resourceName: 'ProductCategory',
pluralResourceName: 'ProductCategories',
namespace: constants_1.WC_PRODUCT_CATEGORIES_NAMESPACE,
});
exports.EXPERIMENTAL_PRODUCT_CATEGORIES_STORE_NAME = constants_1.STORE_NAME;