From 0f89832f931246179f12bd5ffa8a2f7d5eec7a73 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 5 Oct 2020 15:50:59 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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