14 lines
255 B
TypeScript
14 lines
255 B
TypeScript
/**
|
|
* @schema AdminPromotionResponse
|
|
* type: object
|
|
* description: The promotion's details.
|
|
* x-schemaName: AdminPromotionResponse
|
|
* required:
|
|
* - promotion
|
|
* properties:
|
|
* promotion:
|
|
* $ref: "#/components/schemas/AdminPromotion"
|
|
*
|
|
*/
|
|
|