feat(backend): SearchByAdmins service
This commit is contained in:
		
							parent
							
								
									0d2b486a2c
								
							
						
					
					
						commit
						1639fbdabf
					
				
					 7 changed files with 99 additions and 17 deletions
				
			
		
							
								
								
									
										10
									
								
								common/src/util/match-mode.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								common/src/util/match-mode.ts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,10 @@ | |||
| export enum MatchMode { | ||||
|     /** | ||||
|      * Match any | ||||
|      */ | ||||
|     ANY = 'ANY', | ||||
|     /** | ||||
|      * Match all | ||||
|      */ | ||||
|     ALL = 'ALL', | ||||
| } | ||||
		Reference in a new issue