14 lines
249 B
TypeScript
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"
|
|
*
|
|
*/
|
|
|