@nutrient-sdk/dws-client-typescript
Version:
Node.js TypeScript client library for Nutrient Document Web Services (DWS) API
8 lines • 397 B
TypeScript
import type { NutrientClientOptions, WorkflowInitialStage } from './types';
/**
* Factory function to create a new workflow builder with staged interface
* @param clientOptions - Client configuration options
* @returns A new staged workflow builder instance
*/
export declare function workflow(clientOptions: NutrientClientOptions): WorkflowInitialStage;
//# sourceMappingURL=workflow.d.ts.map