UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

9 lines (8 loc) 304 B
import type { Command } from "commander"; export declare function configurePreviewCommand(program: Command): void; export declare function archivePreviewBranch(authorization: { auth: { apiUrl: string; accessToken: string; }; }, branch: string, project: string): Promise<boolean>;