Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
17 lines
337 B
TypeScript
17 lines
337 B
TypeScript
/**
|
|
* @schema AdminExchangePreviewResponse
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminExchangePreviewResponse
|
|
* required:
|
|
* - order_preview
|
|
* - exchange
|
|
* properties:
|
|
* order_preview:
|
|
* $ref: "#/components/schemas/OrderPreview"
|
|
* exchange:
|
|
* $ref: "#/components/schemas/AdminExchange"
|
|
*
|
|
*/
|
|
|