UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

16 lines (15 loc) 403 B
import { HandlerResult } from './server'; export declare function handleRecordOutputsHashBatch(payload: { type: string; data: { outputs: string[]; hash: string; }[]; }): Promise<HandlerResult>; export declare function handleOutputsHashesMatchBatch(payload: { type: string; data: { outputs: string[]; hash: string; }[]; }): Promise<HandlerResult>;