diff --git a/ts/index.ts b/ts/index.ts index 087bc51..10c90ab 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,5 +1,5 @@ import * as plugins from './smartfile-interfaces.plugins'; export interface VirtualDirTransferableObject { - bufferJsonData: any; + files: string[]; } \ No newline at end of file