t-comm
Version:
专业、稳定、纯粹的工具库
12 lines (11 loc) • 434 B
TypeScript
import type { ISecretInfo } from './types';
export declare function getReviewingReviewers(res?: any): any;
export declare function getPipelineBuildDetail({ projectId, pipelineId, buildId, archiveFlag, executeCount, secretInfo, host, }: {
projectId: string;
pipelineId: string;
buildId: string;
archiveFlag?: boolean;
executeCount?: number | string;
secretInfo: ISecretInfo;
host: string;
}): Promise<any>;