interface WatchOptions

Options for watching a check run until completion.

Properties

optional
interval: number

Polling interval in milliseconds. @default 5000

optional
timeout: number

Maximum time to wait in milliseconds. @default 60000

AbortSignal to cancel the watch operation.

Usage

import { type WatchOptions } from ".";