Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
3 lines
339 B
TypeScript
3 lines
339 B
TypeScript
import { GetArtifactResponse } from '../shared/interfaces';
|
|
export declare function getArtifactPublic(artifactName: string, workflowRunId: number, repositoryOwner: string, repositoryName: string, token: string): Promise<GetArtifactResponse>;
|
|
export declare function getArtifactInternal(artifactName: string): Promise<GetArtifactResponse>;
|