16 lines
260 B
TypeScript
16 lines
260 B
TypeScript
/**
|
|
* @schema AdminArchiveOrder
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminArchiveOrder
|
|
* required:
|
|
* - order_id
|
|
* properties:
|
|
* order_id:
|
|
* type: string
|
|
* title: order_id
|
|
* description: The order's order id.
|
|
*
|
|
*/
|
|
|