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