19 lines
380 B
TypeScript
19 lines
380 B
TypeScript
/**
|
|
* @schema AdminPostPriceListsPriceListPricesBatchRemoveReq
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostPriceListsPriceListPricesBatchRemoveReq
|
|
* required:
|
|
* - ids
|
|
* properties:
|
|
* ids:
|
|
* type: array
|
|
* description: The price list's ids.
|
|
* items:
|
|
* type: string
|
|
* title: ids
|
|
* description: The id's ids.
|
|
*
|
|
*/
|
|
|