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