Back to Medusa

TranslationSettingsDTO

www/apps/resources/references/translation/interfaces/translation.TranslationSettingsDTO/page.mdx

2.14.21.5 KB
Original Source

import { TypeList } from "docs-ui"

TranslationSettingsDTO

The translation settings details.

<TypeList types={[{"name":"id","type":"string","description":"The ID of the settings record.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"entity_type","type":"string","description":"The entity type these settings apply to (e.g., "product", "product\_variant").","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"fields","type":"string[]","description":"The translatable fields for this entity type.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"is_active","type":"boolean","description":"Whether the entity translatable status is enabled.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"created_at","type":"string \| Date","description":"The date and time the settings were created.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"updated_at","type":"string \| Date","description":"The date and time the settings were last updated.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"deleted_at","type":"null \| string \| Date","description":"The date and time the settings were deleted.","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="TranslationSettingsDTO"/>