UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

7 lines (6 loc) 250 B
import { Command } from "commander"; export declare function configureMintTokenCommand(program: Command): Command; export declare function mintTokenCommand(options: unknown): Promise<{ token: string; expiresInSeconds: number; } | undefined>;