Files
medusa-store/www/utils/generated/oas-output/schemas/StoreCustomerResponse.ts
Shahed Nasser 229da19029 chore(oas): [20/n] improve oas schemas (#9337)
Improve oas schemas [20/n]
2024-09-26 17:21:07 +00:00

14 lines
249 B
TypeScript

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