Home > @infiniteobjects/shopify-data-manager > AdminTypes > TranslationsRegisterPayload
Return type for translationsRegister mutation.
Signature:
export interface TranslationsRegisterPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| translations? | Maybe<Array<Translation>> | (Optional) The translations that were created or updated. | |
| userErrors | Array<TranslationUserError> | The list of errors that occurred from executing the mutation. |