14 lines
258 B
TypeScript
14 lines
258 B
TypeScript
/**
|
|
* @schema AdminTaxRegionResponse
|
|
* type: object
|
|
* description: The tax region's details.
|
|
* x-schemaName: AdminTaxRegionResponse
|
|
* required:
|
|
* - tax_region
|
|
* properties:
|
|
* tax_region:
|
|
* $ref: "#/components/schemas/AdminTaxRegion"
|
|
*
|
|
*/
|
|
|