Files
codeql-action/node_modules/@actions/cache/lib/internal/shared/cacheTwirpClient.d.ts
2025-02-17 18:21:02 +00:00

7 lines
267 B
TypeScript

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