@capgo/cli
Version:
A CLI to upload to capgo servers
4 lines (3 loc) • 326 B
TypeScript
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>;