fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-05 15:50:59 +00:00
parent a6720a0468
commit 0f89832f93

View File

@ -1,5 +1,5 @@
import * as plugins from './smartfile-interfaces.plugins';
export interface VirtualDirTransferableObject {
bufferJsonData: any;
files: string[];
}