From 30136afc02ca466831cf0d8b4d22702530edf104 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 4 Oct 2020 10:24:07 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 2fc20b3..087bc51 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,3 +1,5 @@ import * as plugins from './smartfile-interfaces.plugins'; -export let standardExport = 'Hi there! :) This is an exported string'; +export interface VirtualDirTransferableObject { + bufferJsonData: any; +} \ No newline at end of file