Files
medusa-store/www/utils/generated/oas-output/schemas/AdminFulfillmentProvider.ts
Shahed Nasser cebffc7a11 chore(oas): [13/n] improve oas schemas (#9201)
* chore(oas): [13/n] improve oas schemas

* remove tax region name
2024-09-22 14:50:26 +02:00

21 lines
409 B
TypeScript

/**
* @schema AdminFulfillmentProvider
* type: object
* description: The fulfillment provider's details.
* x-schemaName: AdminFulfillmentProvider
* required:
* - id
* - is_enabled
* properties:
* id:
* type: string
* title: id
* description: The provider's ID.
* is_enabled:
* type: boolean
* title: is_enabled
* description: The provider's is enabled.
*
*/