UNPKG

@gqty/cli

Version:

## Visit [https://gqty.dev/docs/cli/codegen](https://gqty.dev/docs/cli/codegen)

12 lines (11 loc) 302 B
import type { Command } from 'commander'; export type CommandOptions = { header?: string[]; install?: boolean; react?: boolean; subscriptions?: string; target?: string; typescript?: boolean; watch: boolean; }; export declare const addCommand: (command: Command) => Command;