UNPKG

@tenderly/actions-test

Version:
10 lines 309 B
import { Secrets } from "@tenderly/actions"; export declare class TestSecrets implements Secrets { private stored; constructor(); get(key: string): Promise<string>; put(key: string, value: string): void; delete(key: string): void; clear(): void; } //# sourceMappingURL=secrets.d.ts.map