Files
kutt-extension/source/Background/constants.ts
2020-07-21 21:57:18 +05:30

9 lines
294 B
TypeScript

export const CHECK_API_KEY = 'api.checkApiKey';
export const CHECK_API_KEY_TIMEOUT = 8000; // 8secs
export const SHORTEN_URL = 'api.shortenUrl';
export const SHORTEN_URL_TIMEOUT = 20000; // 20secs
export const FETCH_URLS_HISTORY = 'api.fetchUrlsHistory';
export const MAX_HISTORY_ITEMS = 15;