mirror of
				https://github.com/siyuan-note/plugin-sample-vite-svelte.git
				synced 2025-11-04 05:40:50 +00:00 
			
		
		
		
	update api
This commit is contained in:
		
							parent
							
								
									b7f633598f
								
							
						
					
					
						commit
						548f80a46f
					
				
					 2 changed files with 52 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								src/types/api.d.ts
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								src/types/api.d.ts
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -30,6 +30,7 @@ interface IResGetTemplates {
 | 
			
		|||
 | 
			
		||||
interface IResReadDir {
 | 
			
		||||
    isDir: boolean;
 | 
			
		||||
    isSymlink: boolean;
 | 
			
		||||
    name: string;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -43,3 +44,16 @@ interface IResBootProgress {
 | 
			
		|||
    details: string;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
interface IResForwardProxy {
 | 
			
		||||
    body: string;
 | 
			
		||||
    contentType: string;
 | 
			
		||||
    elapsed: number;
 | 
			
		||||
    headers: { [key: string]: string };
 | 
			
		||||
    status: number;
 | 
			
		||||
    url: string;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
interface IResExportResources {
 | 
			
		||||
    path: string;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue