Files
medusa-store/www/utils/generated/oas-output/schemas/AdminProductVariantDeleteResponse.ts
2024-07-01 15:35:45 +03:00

29 lines
581 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 product's object.
* default: variant
* deleted:
* type: boolean
* title: deleted
* description: The product's deleted.
* parent:
* $ref: "#/components/schemas/AdminProduct"
*
*/