Files
medusa-store/www/utils/generated/oas-output/schemas/AdminFulfillmentSetDeleteResponse.ts
Shahed Nasser 5eafa5a184 oas: [5/n] improve oas schemas (#9066)
Improve oas schemas [5/n]
2024-09-10 12:03:18 +00:00

27 lines
577 B
TypeScript

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