UNPKG

@lomray/microservice-gateway

Version:
7 lines (6 loc) 197 B
import { IRemoteConfig } from "../interfaces/remote-config.js"; /** * Get remote config */ declare const remoteConfig: () => Promise<Required<IRemoteConfig>>; export { remoteConfig as default };