Skip to content

Commit 8672fde

Browse files
authored
docs: add TSDocs for e6c632a
1 parent e6c632a commit 8672fde

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/core/core-flows/src/cart/workflows/list-shipping-options-for-cart.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ import {
2626
} from "../utils/schemas"
2727
import { getTranslatedShippingOptionsStep } from "../../common/steps/get-translated-shipping-option"
2828

29+
/**
30+
* The ID of the workflow that lists the shipping options of a cart.
31+
*/
2932
export const listShippingOptionsForCartWorkflowId =
3033
"list-shipping-options-for-cart"
3134
/**

0 commit comments

Comments
 (0)