Files
medusa-store/www/utils/generated/oas-output/schemas/BasePromotionRuleValue.ts
Shahed Nasser c5bf22f3f4 chore(oas): [17/n] improve OAS schemas (#9284)
Improve OAS schemas [17/n]
2024-09-26 13:07:07 +00:00

20 lines
347 B
TypeScript

/**
* @schema BasePromotionRuleValue
* type: object
* description: The rule value's details.
* x-schemaName: BasePromotionRuleValue
* required:
* - id
* properties:
* id:
* type: string
* title: id
* description: The value's ID.
* value:
* type: string
* title: value
* description: The value.
*
*/