mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	fix(dump-db): type-only import
This commit is contained in:
		
							parent
							
								
									70cf2513ce
								
							
						
					
					
						commit
						c1e5ab27b6
					
				| @ -1,4 +1,4 @@ | |||||||
| import Database, { Database as DatabaseType } from "better-sqlite3"; | import Database, { type Database as DatabaseType } from "better-sqlite3"; | ||||||
| 
 | 
 | ||||||
| let dbConnection: DatabaseType; | let dbConnection: DatabaseType; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran