ai-gateway/web/src/constants/toast.constants.js

7 lines
128 B
JavaScript
Raw Normal View History

2023-04-22 12:39:27 +00:00
export const toastConstants = {
SUCCESS_TIMEOUT: 500,
INFO_TIMEOUT: 3000,
ERROR_TIMEOUT: 5000,
NOTICE_TIMEOUT: 20000
};