14 lines
267 B
TypeScript
14 lines
267 B
TypeScript
/**
|
|
* @schema AdminCustomerAddressResponse
|
|
* type: object
|
|
* description: The address's details.
|
|
* x-schemaName: AdminCustomerAddressResponse
|
|
* required:
|
|
* - address
|
|
* properties:
|
|
* address:
|
|
* $ref: "#/components/schemas/AdminCustomerAddress"
|
|
*
|
|
*/
|
|
|