UNPKG

329 BTypeScriptView Raw
1export declare const SLACK_HOOKS_URL = "https://hooks.slack.com/services/";
2export declare const SLACK_MAX_ATTACHMENTS = 100;
3export declare const TELEGRAM_API_URL = "https://api.telegram.org/";
4export declare const TELEGRAM_MESSAGE_MAX_LENGTH = 4096;
5export declare const GITHUB_API_REPOS_URL = "https://api.github.com/repos/";