import {Config as VgConfig} from 'vega';
import {Config as VlConfig} from 'vega-lite';

export type Config = VgConfig | VlConfig;
