export interface IMongoDescriptor {
  mongoDbName: string;
  mongoDbUrl: string;
  mongoDbPass: string;
}