Files
medusa-store/www/utils/generated/oas-output/schemas/AdminProductVariantDeleteResponse.ts
2024-08-30 08:35:10 +02:00

29 lines
601 B
TypeScript

/**
* @schema AdminProductVariantDeleteResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminProductVariantDeleteResponse
* 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: variant
* deleted:
* type: boolean
* title: deleted
* description: Whether the Product was deleted.
* parent:
* $ref: "#/components/schemas/AdminProduct"
*
*/