t-comm
Version: 
专业、稳定、纯粹的工具库
12 lines (11 loc) • 366 B
TypeScript
import type { RepoConfigType } from './types';
export declare function parseEslintAndSendRobot({ mrId, mrUrl, lintReportFile, repoConfig, robotInfo, }: {
    mrId: string | number;
    mrUrl: string;
    lintReportFile: string;
    repoConfig: RepoConfigType;
    robotInfo: {
        webhookUrl: string;
        chatId: string;
    };
}): Promise<any> | undefined;