mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	server-ts: Remove some esdoc types
This commit is contained in:
		
							parent
							
								
									32e34eec90
								
							
						
					
					
						commit
						97230ca82a
					
				@ -80,7 +80,6 @@ interface Api {
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Axios library for HTTP requests. See {@link https://axios-http.com} for documentation
 | 
					     * Axios library for HTTP requests. See {@link https://axios-http.com} for documentation
 | 
				
			||||||
     * @type {axios}
 | 
					 | 
				
			||||||
     * @deprecated use native (browser compatible) fetch() instead
 | 
					     * @deprecated use native (browser compatible) fetch() instead
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    axios: typeof axios;
 | 
					    axios: typeof axios;
 | 
				
			||||||
@ -122,9 +121,6 @@ interface Api {
 | 
				
			|||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * This is a powerful search method - you can search by attributes and their values, e.g.:
 | 
					     * This is a powerful search method - you can search by attributes and their values, e.g.:
 | 
				
			||||||
     * "#dateModified =* MONTH AND #log". See {@link https://github.com/zadam/trilium/wiki/Search} for full documentation for all options
 | 
					     * "#dateModified =* MONTH AND #log". See {@link https://github.com/zadam/trilium/wiki/Search} for full documentation for all options
 | 
				
			||||||
     *
 | 
					 | 
				
			||||||
     * @param {string} query
 | 
					 | 
				
			||||||
     * @param {Object} [searchParams]
 | 
					 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    searchForNote(query: string, searchParams: SearchParams): BNote | null;
 | 
					    searchForNote(query: string, searchParams: SearchParams): BNote | null;
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user