UNPKG

t-comm

Version:

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

11 lines (10 loc) 354 B
export declare function writeEnvFromRainbow({ envPath, rainbowAppId, rainbowUserId, rainbowSecretKey, rainbowKey, envName, groupName, sdk, }: { envPath: string; rainbowAppId: string; rainbowUserId?: string; rainbowSecretKey?: string; rainbowKey: string; envName: string; groupName: string; sdk: any; }): Promise<boolean>;