UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

12 lines (11 loc) 291 B
export declare function genRobotMsg({ errorMap, mrId, mrUrl, repoConfig, total, }: { errorMap: Record<string, { filePath: string; line: number; number: number; }>; mrId: string | number; mrUrl: string; repoConfig: any; total: any; }): string;