UNPKG

@capgo/cli

Version:

A CLI to upload to capgo servers

4 lines (3 loc) 326 B
import type { BundleDeleteOptions } from '../schemas/bundle'; export declare function deleteBundleInternal(bundleId: string, appId: string, options: BundleDeleteOptions, silent?: boolean): Promise<boolean>; export declare function deleteBundle(bundleId: string, appId: string, options: BundleDeleteOptions): Promise<boolean>;