mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	refactor(server): missing exports causing hidden types
This commit is contained in:
		@@ -226,7 +226,7 @@ export function timeLimit<T>(promise: Promise<T>, limitMs: number, errorMessage?
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
interface DeferredPromise<T> extends Promise<T> {
 | 
			
		||||
export interface DeferredPromise<T> extends Promise<T> {
 | 
			
		||||
    resolve: (value: T | PromiseLike<T>) => void;
 | 
			
		||||
    reject: (reason?: any) => void;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user