UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

7 lines (6 loc) 324 B
import type { BuildRuntime } from "@trigger.dev/core/v3"; export declare function resolveDeploymentRuntime({ configuredRuntime, runtimeWasExplicit, projectDefaultRuntime, }: { configuredRuntime: BuildRuntime; runtimeWasExplicit: boolean; projectDefaultRuntime: BuildRuntime | null | undefined; }): BuildRuntime;