UNPKG

@baqhub/cli

Version:

The official command line interface for the BAQ federated app platform.

3 lines (2 loc) 151 B
import { Program } from "../index.js"; export declare function addCommand(program: Program, typeKey: string, name: string | undefined): Promise<void>;