mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
9 lines
294 B
TypeScript
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;
|