Edit File: index.d.ts
import { TestConfig } from '../types'; interface LocalCache { policyEnginePath: string; rulesBundlePath: string; rulesClientURL: string; } export declare function initLocalCache(testConfig: TestConfig): Promise<LocalCache>; export {};
Back to File Manager