UNPKG

phx-node-test-1

Version:

PHX NODE

10 lines (9 loc) 346 B
import { HttpService } from "@nestjs/axios"; import { ConfigService } from "@nestjs/config"; export declare class PHXHostnameService { private readonly configService; private readonly httpService; private readonly logger; constructor(configService: ConfigService, httpService: HttpService); getListHostname(): Promise<any>; }