mirror of
https://github.com/github/codeql-action.git
synced 2026-05-17 00:30:27 +00:00
7 lines
242 B
TypeScript
7 lines
242 B
TypeScript
import { ArtifactServiceClientJSON } from '../../generated';
|
|
export declare function internalArtifactTwirpClient(options?: {
|
|
maxAttempts?: number;
|
|
retryIntervalMs?: number;
|
|
retryMultiplier?: number;
|
|
}): ArtifactServiceClientJSON;
|