Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
18 lines
400 B
TypeScript
18 lines
400 B
TypeScript
/**
|
|
* @schema AdminPostOrderEditsItemsActionReqSchema
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostOrderEditsItemsActionReqSchema
|
|
* properties:
|
|
* quantity:
|
|
* type: number
|
|
* title: quantity
|
|
* description: The order edit's quantity.
|
|
* internal_note:
|
|
* type: string
|
|
* title: internal_note
|
|
* description: The order edit's internal note.
|
|
*
|
|
*/
|
|
|