chore: include pre-built dist for github install
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import type { RunContext } from "./types";
|
||||
import type { EventState } from "./events";
|
||||
export interface PollOptions {
|
||||
pollIntervalMs?: number;
|
||||
requiredConsecutive?: number;
|
||||
minStabilizationMs?: number;
|
||||
eventWatchdogMs?: number;
|
||||
secondaryMeaningfulWorkTimeoutMs?: number;
|
||||
}
|
||||
export declare function pollForCompletion(ctx: RunContext, eventState: EventState, abortController: AbortController, options?: PollOptions): Promise<number>;
|
||||
Reference in New Issue
Block a user