Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
17 lines
326 B
TypeScript
17 lines
326 B
TypeScript
/**
|
|
* @schema AdminExchangeOrderResponse
|
|
* type: object
|
|
* description: The exchange's details.
|
|
* x-schemaName: AdminExchangeOrderResponse
|
|
* required:
|
|
* - order
|
|
* - exchange
|
|
* properties:
|
|
* order:
|
|
* $ref: "#/components/schemas/Order"
|
|
* exchange:
|
|
* $ref: "#/components/schemas/AdminExchange"
|
|
*
|
|
*/
|
|
|