| Current Path : /home/deltalab/PMS/logistic-backend/dist/config/database/mongo/ |
| Current File : //home/deltalab/PMS/logistic-backend/dist/config/database/mongo/config.service.d.ts |
import { ConfigService } from '@nestjs/config';
export declare class MongoConfigService {
private configService;
constructor(configService: ConfigService);
get host(): string;
get port(): number;
get database(): string;
get uri(): string;
}