UNPKG

@villedemontreal/workit-bpm-client

Version:

Camunda BPM client for WorkIt that works with Camunda platform powered by TypeScript

5 lines (4 loc) 154 B
export declare const logger: ((client: any) => void) & { success: (message: string | {}) => boolean; error: (message: string | {}) => boolean; };