Files
medusa-store/www/utils/generated/oas-output/schemas/AdminShippingProfileResponse.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

14 lines
294 B
TypeScript

/**
* @schema AdminShippingProfileResponse
* type: object
* description: The shipping profile's details.
* x-schemaName: AdminShippingProfileResponse
* required:
* - shipping_profile
* properties:
* shipping_profile:
* $ref: "#/components/schemas/AdminShippingProfile"
*
*/