14 lines
282 B
TypeScript
14 lines
282 B
TypeScript
/**
|
|
* @schema AdminStockLocationResponse
|
|
* type: object
|
|
* description: The stock location's details.
|
|
* x-schemaName: AdminStockLocationResponse
|
|
* required:
|
|
* - stock_location
|
|
* properties:
|
|
* stock_location:
|
|
* $ref: "#/components/schemas/AdminStockLocation"
|
|
*
|
|
*/
|
|
|