export enum NotificationType {
  ValidateLead = 'validate_lead',
  WelcomeTenant = 'tenant_welcome',
}
