UNPKG

@lowcodeunit/lcu-cli

Version:

This is the home of the LCU DevKit and the LCU CLI code.

9 lines (6 loc) 181 B
import { CLIOptions } from './cli-options'; export class CLIConfig { public Elements: CLIOptions; public Projects: CLIOptions; public Solutions: CLIOptions; }