@woocommerce/data
Version:
WooCommerce Admin data store and utilities
10 lines • 360 B
TypeScript
declare const TYPES: {
readonly SET_ERROR: "SET_ERROR";
readonly SET_NOTE: "SET_NOTE";
readonly SET_NOTE_IS_UPDATING: "SET_NOTE_IS_UPDATING";
readonly SET_NOTES: "SET_NOTES";
readonly SET_NOTES_QUERY: "SET_NOTES_QUERY";
readonly SET_IS_REQUESTING: "SET_IS_REQUESTING";
};
export default TYPES;
//# sourceMappingURL=action-types.d.ts.map