mirror of
https://github.com/github/codeql-action.git
synced 2026-04-29 10:28:52 +00:00
a196a714b8
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;
|