UNPKG

@commercelayer/cli

Version:
5 lines (4 loc) 261 B
import { type AppInfo } from '@commercelayer/cli-core'; declare const printScope: (scope: string | string[] | undefined) => string; declare const promptApplication: (apps: AppInfo[], fields?: string[]) => Promise<any>; export { printScope, promptApplication };