UNPKG

zeebe-node

Version:

The Node.js client library for the Zeebe Workflow Automation Engine.

4 lines (3 loc) 203 B
import { either as E } from 'fp-ts'; import { ProcessRequestObject } from '../interfaces-grpc-1.0'; export declare const readDefinitionFromFile: (file: string) => E.Either<string, ProcessRequestObject>;