Files
medusa-store/www/utils/generated/oas-output/schemas/AdminIndexDetailsResponse.ts
2025-10-31 16:15:46 +02:00

17 lines
336 B
TypeScript

/**
* @schema AdminIndexDetailsResponse
* type: object
* description: The index's metadata details.
* x-schemaName: AdminIndexDetailsResponse
* required:
* - metadata
* properties:
* metadata:
* type: array
* description: The index's metadata.
* items:
* $ref: "#/components/schemas/IndexInfo"
*
*/