27 lines
559 B
TypeScript
27 lines
559 B
TypeScript
/**
|
|
* @schema AdminExchangeDeleteResponse
|
|
* type: object
|
|
* description: The details of deleting an exchange.
|
|
* x-schemaName: AdminExchangeDeleteResponse
|
|
* required:
|
|
* - id
|
|
* - object
|
|
* - deleted
|
|
* properties:
|
|
* id:
|
|
* type: string
|
|
* title: id
|
|
* description: The exchange's ID.
|
|
* object:
|
|
* type: string
|
|
* title: object
|
|
* description: The name of the deleted object.
|
|
* default: exchange
|
|
* deleted:
|
|
* type: boolean
|
|
* title: deleted
|
|
* description: Whether the exchange was deleted.
|
|
*
|
|
*/
|
|
|