// en/toast
export const toast = {
  success: 'Success',
  error: 'Error',
  warning: 'Warning',
  info: 'Info',
  dismiss: 'Dismiss',
} as const;
