6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
export const ERROR_MESSAGES = {
|
|
INVALID_URL: 'Invalid url',
|
|
INVALID_DOWNLOAD_URLS: 'Invalid download urls found',
|
|
GENERIC: 'Something went wrong',
|
|
};
|