UNPKG

@tenderly/actions-test

Version:
9 lines 337 B
import { Gateways, Network } from "@tenderly/actions"; export declare class TestGateways implements Gateways { private gatewayConfig; private metadata; constructor(); getGateway(network?: Network, name?: string | undefined): string; setConfig(name: string, config: any): void; } //# sourceMappingURL=gateways.d.ts.map