mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 17:50:07 +08:00
7 lines
267 B
TypeScript
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;
|