Files
medusa-store/www/utils/generated/oas-output/schemas/StoreCustomerAddressResponse.ts
T
2024-09-26 17:21:07 +00:00

14 lines
267 B
TypeScript

/**
* @schema StoreCustomerAddressResponse
* type: object
* description: The address's details.
* x-schemaName: StoreCustomerAddressResponse
* required:
* - address
* properties:
* address:
* $ref: "#/components/schemas/StoreCustomerAddress"
*
*/