UNPKG

zeebe-node

Version:

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

6 lines (5 loc) 174 B
declare type EnvFunction = <T extends Readonly<K[]>, K extends string>(keys: T) => { [key1 in T[number]]: string; }; export declare const getEnv: EnvFunction; export {};