14 lines
270 B
TypeScript
14 lines
270 B
TypeScript
/**
|
|
* @schema AdminShippingProfileResponse
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminShippingProfileResponse
|
|
* required:
|
|
* - shipping_profile
|
|
* properties:
|
|
* shipping_profile:
|
|
* $ref: "#/components/schemas/AdminShippingProfile"
|
|
*
|
|
*/
|
|
|