UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

4 lines (3 loc) 321 B
import type { BundleUnlinkOptions } from '../schemas/bundle'; export declare function unlinkDeviceInternal(channel: string, appId: string, options: BundleUnlinkOptions, silent?: boolean): Promise<boolean>; export declare function unlinkDevice(channel: string, appId: string, options: BundleUnlinkOptions): Promise<void>;