mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
Remove unused type
This commit is contained in:
parent
db1ac4a6ce
commit
9e2a0aa0ed
@ -33,11 +33,6 @@ type TransferProgress = {
|
||||
};
|
||||
};
|
||||
|
||||
type TransferEngineProgress = {
|
||||
data: any;
|
||||
stream: PassThrough;
|
||||
};
|
||||
|
||||
class TransferEngine<
|
||||
S extends ISourceProvider = ISourceProvider,
|
||||
D extends IDestinationProvider = IDestinationProvider
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user