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

27 lines
554 B
TypeScript

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