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) 389 B
import { HandlerResult } from './server'; export declare function handleRecordOutputsHash(payload: { type: string; data: { outputs: string[]; hash: string; }; }): Promise<HandlerResult>; export declare function handleOutputsHashesMatch(payload: { type: string; data: { outputs: string[]; hash: string; }; }): Promise<HandlerResult>;