Files
codeql-action/node_modules/@actions/cache/lib/internal/shared/cacheTwirpClient.d.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
267 B
TypeScript
Raw Normal View History

2025-02-17 18:21:02 +00:00
import { CacheServiceClientJSON } from '../../generated/results/api/v1/cache.twirp-client';
2024-12-09 17:47:54 +00:00
export declare function internalCacheTwirpClient(options?: {
maxAttempts?: number;
retryIntervalMs?: number;
retryMultiplier?: number;
}): CacheServiceClientJSON;