UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

4 lines (3 loc) 334 B
import type { ChannelDeleteOptions } from '../schemas/channel'; export declare function deleteChannelInternal(channelId: string, appId: string, options: ChannelDeleteOptions, silent?: boolean): Promise<boolean>; export declare function deleteChannel(channelId: string, appId: string, options: ChannelDeleteOptions): Promise<boolean>;