import { IEditorCommonConfig } from "@tandem/editor/common"; export interface IEditorMasterConfig extends IEditorCommonConfig { worker: { mainPath: string; env: any; }; }