import type { NotificationConfig } from "~/schemas/notifications"; export const buildTelegramShoutrrrUrl = (config: Extract) => { return `telegram://${config.botToken}@telegram?channels=${config.chatId}`; };