@woocommerce/data
Version:
WooCommerce Admin data store and utilities
16 lines (15 loc) • 574 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EXPERIMENTAL_PRODUCT_SHIPPING_CLASSES_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: 'ProductShippingClass',
pluralResourceName: 'ProductShippingClasses',
namespace: constants_1.WC_PRODUCT_SHIPPING_CLASSES_NAMESPACE,
});
exports.EXPERIMENTAL_PRODUCT_SHIPPING_CLASSES_STORE_NAME = constants_1.STORE_NAME;