stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > TranslationsRemovePayload

AdminTypes.TranslationsRemovePayload interface

Return type for translationsRemove mutation.

Signature:

export interface TranslationsRemovePayload 

Properties

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.