@woocommerce/data
Version:
WooCommerce Admin data store and utilities
10 lines • 407 B
TypeScript
export declare enum TYPES {
GET_ORDER_SUCCESS = "GET_ORDER_SUCCESS",
GET_ORDER_ERROR = "GET_ORDER_ERROR",
GET_ORDERS_SUCCESS = "GET_ORDERS_SUCCESS",
GET_ORDERS_ERROR = "GET_ORDERS_ERROR",
GET_ORDERS_TOTAL_COUNT_SUCCESS = "GET_ORDERS_TOTAL_COUNT_SUCCESS",
GET_ORDERS_TOTAL_COUNT_ERROR = "GET_ORDERS_TOTAL_COUNT_ERROR"
}
export default TYPES;
//# sourceMappingURL=action-types.d.ts.map