UNPKG

@capgo/cli

Version:
15 lines (14 loc) 457 B
import type { ObserveView } from '../schemas/sdk'; export interface ObserveCliOptions { apikey?: string; days?: string; action?: string; device?: string; versionName?: string; sort?: string; limit?: string; json?: boolean; supaHost?: string; supaAnon?: string; } export declare function observeCommand(view: ObserveView, appIdArg: string | undefined, options: ObserveCliOptions, deviceIdArg?: string): Promise<void>;