Files
medusa-store/www/utils/generated/oas-output/schemas/AdminShippingOptionDeleteResponse.ts
Shahed Nasser 4923a6e823 chore(oas): [12/n] improve oas schemas (#9200)
- improve OAS schemas [12/n]
- Support ignoring properties in type if it has the `@ignore` jsdoc tag.
2024-09-19 14:25:16 +00:00

27 lines
602 B
TypeScript

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