/** * Copyright (c) 2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal */ import { ModelPropertyProviderConfig } from '../property-provider.js'; export interface PreprocessConfig { numProcesses?: number; customProperties?: ModelPropertyProviderConfig | string; }