Skip to content

Commit 60cc552

Browse files
authored
docs: add TSDocs for f15c35f (#16265)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
1 parent bfa212a commit 60cc552

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/core/core-flows/src/product-category/workflows/delete-product-categories.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ export const deleteProductCategoriesWorkflowId = "delete-product-categories"
5252
* @summary
5353
*
5454
* Delete product categories.
55+
*
56+
* @property hooks.categoriesDeleted - This hook is called after the product categories are deleted.
57+
* You can use it to perform custom actions on the deleted categories.
5558
*/
5659
export const deleteProductCategoriesWorkflow = createWorkflow(
5760
deleteProductCategoriesWorkflowId,

0 commit comments

Comments
 (0)