UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev (v3) projects

4 lines (3 loc) 193 B
import { Command } from "commander"; export declare function configureInitCommand(program: Command): Command; export declare function initCommand(dir: string, options: unknown): Promise<void>;