20 lines
347 B
TypeScript
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.
|
|
*
|
|
*/
|
|
|