smartfile-interfaces/ts/index.ts

5 lines
128 B
TypeScript
Raw Permalink Normal View History

2020-10-02 18:45:17 +00:00
import * as plugins from './smartfile-interfaces.plugins';
2020-10-04 10:24:07 +00:00
export interface VirtualDirTransferableObject {
2020-10-05 15:50:59 +00:00
files: string[];
2020-10-04 10:24:07 +00:00
}