mirror of
				https://github.com/Mastermindzh/examples.git
				synced 2025-11-04 06:18:13 +01:00 
			
		
		
		
	docs
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
// This example will show how you can create a new type by modifying an existing type and omitting certain keys.
 | 
					// This example will show how you can create a new type by modifying an existing type and omitting certain keys.
 | 
				
			||||||
// This is useful for when you have similar interfaces apart from a single key
 | 
					// This is useful for when you have similar interfaces apart from a single key
 | 
				
			||||||
 | 
					// docs: https://www.typescriptlang.org/docs/handbook/utility-types.html#omittype-keys
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Generic range type
 | 
					 * Generic range type
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user