mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 13:10:06 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
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;
|