export const TOAST_TYPES = ['info', 'success', 'warning', 'error'] as const; export const DEFAULT_DURATION = 3000; export const MAX_TOASTS = 5;