UNPKG

trigger.dev

Version:

A Command-Line Interface for Trigger.dev projects

3 lines (2 loc) 182 B
import type { BackgroundWorkerWarning } from "@trigger.dev/core/v3"; export declare function formatScheduleWarnings(warnings: BackgroundWorkerWarning[], separator?: string): string;