UNPKG

@agility/cli

Version:

Agility CLI for working with your content. (Public Beta)

4 lines (3 loc) 358 B
import { AgilityInstance } from "../../../types/agilityInstance"; export declare function fetchCommandsPrompt(selectedInstance: AgilityInstance, keys: any, guid: string, locale: string, channel: string, isPreview: boolean, apiKey: string): Promise<any>; export declare function fetchAPIPrompt(selectedInstance: AgilityInstance, keys: any): Promise<boolean>;