UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

5 lines (4 loc) 166 B
export declare function setGithubActionsOutputAndEnvVars({ envVars, outputs, }: { envVars: Record<string, string>; outputs: Record<string, string>; }): void;