Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
14 lines
292 B
TypeScript
14 lines
292 B
TypeScript
/**
|
|
* @schema StoreShippingOptionResponse
|
|
* type: object
|
|
* description: The shipping option's details.
|
|
* x-schemaName: StoreShippingOptionResponse
|
|
* required:
|
|
* - shipping_option
|
|
* properties:
|
|
* shipping_option:
|
|
* $ref: "#/components/schemas/StoreCartShippingOption"
|
|
*
|
|
*/
|
|
|