Files
medusa-store/www/apps/resources/references/promotion/interfaces/promotion.PromotionRuleValueDTO/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

12 lines
512 B
Plaintext

---
displayed_sidebar: promotionReference
---
import { TypeList } from "docs-ui"
# PromotionRuleValueDTO
The promotion rule value details.
<TypeList types={[{"name":"id","type":"`string`","description":"The ID of the promotion rule value.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value of the promotion rule value.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="PromotionRuleValueDTO"/>