🚨 Announcement: A New Chapter for Vendure read more

VendureTranslationResources

VendureTranslationResources

I18n resources used for translations

Signature

interface VendureTranslationResources {
  error: any;
  errorResult: any;
  message: any;
}

Members

error

property
type:
any

errorResult

property
type:
any

message

property
type:
any