mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	chore(client/ts): port services/file_watcher
This commit is contained in:
		@@ -50,6 +50,12 @@ export type TriggerData = {
 | 
			
		||||
    branchIdsToDelete: string[];
 | 
			
		||||
    callback: (value: ResolveOptions) => void;
 | 
			
		||||
    forceDeleteAllClones: boolean;
 | 
			
		||||
} | {
 | 
			
		||||
    // For "openedFileUpdated"
 | 
			
		||||
    entityType: string;
 | 
			
		||||
    entityId: string;
 | 
			
		||||
    lastModifiedMs: number;
 | 
			
		||||
    filePath: string;
 | 
			
		||||
}
 | 
			
		||||
    | PromptDialogOptions    // For "showPromptDialog"
 | 
			
		||||
    | ConfirmWithMessageOptions   // For "showConfirmDialog"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user