Files
codeql-action/node_modules/@actions/cache/lib/internal/shared/cacheTwirpClient.d.ts
2024-12-09 17:47:54 +00:00

7 lines
260 B
TypeScript

import { CacheServiceClientJSON } from '../../generated/results/api/v1/cache.twirp';
export declare function internalCacheTwirpClient(options?: {
maxAttempts?: number;
retryIntervalMs?: number;
retryMultiplier?: number;
}): CacheServiceClientJSON;