Home > @infiniteobjects/shopify-data-manager > AdminTypes > TranslatableResource
A resource that has translatable fields.
Signature:
export interface TranslatableResource
Property | Modifiers | Type | Description |
---|---|---|---|
resourceId | Scalars[‘ID’][‘output’] | GID of the resource. | |
translatableContent | Array<TranslatableContent> | Translatable content. | |
translations | Array<Translation> | Translatable content translations. |