UNPKG

195 BTypeScriptView Raw
1import { ServiceManagerConfigType } from '../ServiceManager';
2export declare type FileBasedPluginManagerConfigType = Partial<{
3 plugins: ServiceManagerConfigType;
4 locations: string[];
5}>;