Files
medusa-store/www/utils/generated/oas-output/schemas/AdminFulfillmentProvider.ts
T
Shahed NasserandGitHub 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

21 lines
405 B
TypeScript

/**
* @schema AdminFulfillmentProvider
* type: object
* description: The shipping option's provider.
* 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.
*
*/