Files
medusa-store/www/utils/generated/oas-output/schemas/AdminTranslationSettingsResponse.ts
Shahed Nasser 53cdbaa069 chore: generate and update OAS for translations (#14281)
* chore: generate and update OAS for translations

* support localization header

* add locale to all store routes

* fixes

* small fix
2025-12-16 15:52:33 +02:00

17 lines
520 B
TypeScript

/**
* @schema AdminTranslationSettingsResponse
* type: object
* description: The translation settings' details.
* x-schemaName: AdminTranslationSettingsResponse
* required:
* - translatable_fields
* properties:
* translatable_fields:
* type: object
* description: Key-value pairs of translatable fields for different entities. Each key is an entity type, and the value is an array of fields that can be translated for that entity.
* example:
* product: ["title", "description"]
*
*/