t-comm
Version:
专业、稳定、纯粹的工具库
12 lines (11 loc) • 428 B
TypeScript
import type { ICosInfo, ILocalConfig, ISecretInfo } from './types';
export declare function sendRainbowInfoToRobot({ newConfig, originConfig, secretInfo, cosInfo, appName, isGenAll, chatId, webhookUrl, }: {
newConfig: ILocalConfig;
originConfig: ILocalConfig;
secretInfo: ISecretInfo;
cosInfo: ICosInfo;
appName: string;
isGenAll?: boolean;
chatId: string;
webhookUrl: string;
}): Promise<void>;