export type ENV = {
  TG_BOT_TOKEN: string;
  TG_GROUP_ID: string;
};