UNPKG

t-comm

Version:

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

8 lines (7 loc) 289 B
import type { ICosInfo, IRemoteConfig, ISecretInfo } from './types'; export declare function syncRainbowToCOS({ configList, secretInfo, appName, cosInfo, }: { configList: Array<IRemoteConfig>; secretInfo: ISecretInfo; appName: string; cosInfo: ICosInfo; }): Promise<void>;