Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCollectionDeleteResponse.ts
2024-09-06 18:52:51 +03:00

27 lines
571 B
TypeScript

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