Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
28 lines
577 B
TypeScript
28 lines
577 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.
|
|
* deleted:
|
|
* type: boolean
|
|
* title: deleted
|
|
* description: Whether the Product was deleted.
|
|
* parent:
|
|
* $ref: "#/components/schemas/AdminProduct"
|
|
*
|
|
*/
|
|
|