mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	chore: remove unused type
This commit is contained in:
		
							parent
							
								
									3f86903cae
								
							
						
					
					
						commit
						cb9cbc8f15
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -29,8 +29,7 @@ type Q =
 | 
			
		|||
	{ op: 'is not null', k: K} |
 | 
			
		||||
	{ op: 'and', qs: Q[] } |
 | 
			
		||||
	{ op: 'or', qs: Q[] } |
 | 
			
		||||
	{ op: 'not', q: Q } |
 | 
			
		||||
	{ op: 'in', qs: Q[] };
 | 
			
		||||
	{ op: 'not', q: Q };
 | 
			
		||||
 | 
			
		||||
function compileValue(value: V): string {
 | 
			
		||||
	if (typeof value === 'string') {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue