UNPKG

@composableai/cli

Version:

Code generation for the interaction defined with Composable AI Studio

4 lines 193 B
import { StudioClient } from "@composableai/client"; import { Command } from "commander"; export declare function getClient(program: Command): StudioClient; //# sourceMappingURL=client.d.ts.map