AW-981 Add Alert enum.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				FarmMaps.Develop/FarmMapsLib/develop This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	FarmMaps.Develop/FarmMapsLib/develop This commit looks good
				
			This commit is contained in:
		
							
								
								
									
										5
									
								
								projects/common/src/fm/enumerations/alert.enum.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								projects/common/src/fm/enumerations/alert.enum.ts
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
export enum Alert {
 | 
			
		||||
    Danger = "danger",
 | 
			
		||||
    Warning = "warning",
 | 
			
		||||
    Success = "success"
 | 
			
		||||
  }
 | 
			
		||||
		Reference in New Issue
	
	Block a user