import { IPublicConfig } from './IConfig'; export interface IWebWorkerConfig { config?: IPublicConfig; enabled?: boolean; }