UNPKG

t-comm

Version:

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

18 lines (17 loc) 592 B
import { type CompressOptions } from '../canvas/compress-img'; export declare function sendWxMpCIMessageAfterPlugin({ appName, webhookUrl, previewCodeBase64Path, bundleResult, subPackageInfo, robot, root, env, branch, compressOptions, dryRun, }: { appName: string; webhookUrl: string; previewCodeBase64Path: string; bundleResult: string; subPackageInfo: string; robot: number; root: string; env: string; branch: string; compressOptions?: CompressOptions; dryRun?: boolean; }): Promise<{ content: string; descList: string[]; } | undefined>;