const CONTACT_SUPPORT_MESSAGE = "If the issue persists, please reach out for further assistance through support@tinyfish.io or Tiny Fish Discord channel https://discord.gg/tinyfish"; const INTERNET_ERROR_MESSAGE = "Please check your internet connection or try again later."; const REQUEST_ID_ERROR_MESSAGE = (requestId: string) => `Request ID: ${requestId}.`; // only add request id if it exists const OPTIONS = { verbose: false, }; export { CONTACT_SUPPORT_MESSAGE, INTERNET_ERROR_MESSAGE, REQUEST_ID_ERROR_MESSAGE, OPTIONS };