UNPKG

@theintern/digdug

Version:

Dig Dug. A simple abstraction library for downloading and launching WebDriver service tunnels.

11 lines (10 loc) 232 B
export { CancellablePromise } from '@theintern/common'; export interface JobState { buildId?: number; extra?: {}; name?: string; status?: string; success: boolean; tags?: string[]; visibility?: string; }