cleanup: get rid of unused ProgressCallback
This commit is contained in:
parent
669d58852d
commit
ffa6d1193b
1 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
import { HttpClient, ProgressCallback } from 'isomorphic-git/http/node';
|
||||
import type { HttpClient } from 'isomorphic-git/http/node';
|
||||
|
||||
|
||||
export interface BasicAuth {
|
||||
|
@ -18,6 +18,4 @@ export interface HTTPRequest {
|
|||
|
||||
/** Auth data for basic HTTP auth. */
|
||||
auth?: BasicAuth
|
||||
|
||||
onProgress?: ProgressCallback
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue