export const CUSTOM_RATES_ERRORS = { INVALID_CONFIG: 'Both Zone Based and Tier Based custom rates cannot be enabled simultaneously. Please choose one or contact help center for assistance.', EMPTY_PACKAGES: 'Package details cannot be empty. Please ensure valid package details are added and try again, or contact the help center for assistance.', SERVICE_FAILURE: 'Rate mapping for the selected shipping service is currently unavailable. This may be due to missing or incorrect zone, weight, or surcharge data. Please contact the help center for assistance.', MISSING_ZONE: 'The shipping zones for the provided locations could not be mapped. Please contact help center for assistance.', INTERNAL_SERVER_ERROR: 'Internal Server Error' } as const; export const DEFAULT_SHIPPING_RATE_CURRENCY_CONFIG = { CODE: 'USD', MINOR_UNITS_CONVERSION_FACTOR: 100, DECIMAL_SIZE: 2, MINOR_UNITS: 'cents' } as const; export const LITERALS = { NA: 'NA' };