29 lines
581 B
TypeScript
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"
|
|
*
|
|
*/
|
|
|