export interface IObject {
    [key: string]: any;
}
export interface IPath {
    path: string;
    namespace: string;
    serverType: string;
}
