Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
20 lines
446 B
TypeScript
20 lines
446 B
TypeScript
/**
|
|
* @schema AdminExchangeRequestResponse
|
|
* type: object
|
|
* description: The details of a requested exchange.
|
|
* x-schemaName: AdminExchangeRequestResponse
|
|
* required:
|
|
* - return
|
|
* - order_preview
|
|
* - exchange
|
|
* properties:
|
|
* return:
|
|
* $ref: "#/components/schemas/AdminReturn"
|
|
* order_preview:
|
|
* $ref: "#/components/schemas/AdminOrderPreview"
|
|
* exchange:
|
|
* $ref: "#/components/schemas/AdminExchange"
|
|
*
|
|
*/
|
|
|