mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com> Co-authored-by: Henry Mercer <henrymercer@github.com>
4 lines
351 B
TypeScript
4 lines
351 B
TypeScript
import { DeleteArtifactResponse } from '../shared/interfaces';
|
|
export declare function deleteArtifactPublic(artifactName: string, workflowRunId: number, repositoryOwner: string, repositoryName: string, token: string): Promise<DeleteArtifactResponse>;
|
|
export declare function deleteArtifactInternal(artifactName: any): Promise<DeleteArtifactResponse>;
|