const constants = {
  /** API host to send request to */
  API_URL: import.meta.env.VITE_APP_API_URL as string,
};

export default constants;
