UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

5 lines (4 loc) 376 B
import type { OptionsSetChannel } from '../schemas/channel'; export type { OptionsSetChannel } from '../schemas/channel'; export declare function setChannelInternal(channel: string, appId: string, options: OptionsSetChannel, silent?: boolean): Promise<boolean>; export declare function setChannel(channel: string, appId: string, options: OptionsSetChannel): Promise<boolean>;