UNPKG

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