Files
medusa-store/www/utils/generated/oas-output/schemas/AdminPriceListDeleteResponse.ts
2024-09-17 19:27:28 +02:00

27 lines
569 B
TypeScript

/**
* @schema AdminPriceListDeleteResponse
* type: object
* description: The details of the deleted price list.
* x-schemaName: AdminPriceListDeleteResponse
* required:
* - id
* - object
* - deleted
* properties:
* id:
* type: string
* title: id
* description: The price list's ID.
* object:
* type: string
* title: object
* description: The name of the deleted object.
* default: price_list
* deleted:
* type: boolean
* title: deleted
* description: Whether the price list was deleted.
*
*/