upload ndjson to web app

This commit is contained in:
Jan Prochazka
2022-03-28 18:58:02 +02:00
parent d58d46feac
commit 4c2f6c9b65
3 changed files with 16 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import { EngineDriver } from './engines';
export interface FileFormatDefinition {
storageType: string;
extension: string;
extensions?: string[];
name: string;
readerFunc?: string;
writerFunc?: string;