UNPKG

@cityssm/consigno-cloud-api

Version:

An unofficial wrapper around the ConsignO Cloud API.

4 lines (3 loc) 250 B
import type { ConsignoCloudAPIType } from '../../index.js'; import type { ConsignoCloudResponseWorkflow } from './types.js'; export declare function getWorkflow(this: ConsignoCloudAPIType, workflowId: string): Promise<ConsignoCloudResponseWorkflow>;