Files
medusa-store/docs-util/oas-output/schemas/Promotion.ts
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

16 lines
244 B
TypeScript

/**
* @schema Promotion
* type: object
* description: The promotion's promotions.
* x-schemaName: Promotion
* required:
* - id
* properties:
* id:
* type: string
* title: id
* description: The promotion's ID.
*
*/