UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

9 lines (8 loc) 218 B
export type RuntimeMinimumVersion = { major: number; minor: number; }; /** * This function is used by the dev CLI to make sure that the runtime is compatible */ export declare function runtimeChecks(): void;