UNPKG

easypay-nestjs

Version:
8 lines (7 loc) 330 B
import { Driver, RequestType } from "../types/general.type"; export declare class UrlService { private readonly ApiUrls; private readonly GatewayUrls; getRequestUrl(driver: Driver, sandbox: boolean, type: RequestType): string; getGatewayUrl(driver: Driver, sandbox: boolean, authority: string | number): string; }