UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

4 lines (3 loc) 245 B
export declare function formatDuration(seconds: number): string; export declare function formatMsToDHS(milliseconds: number): string | undefined; export declare function getExecutionTime(executionCost: number, record?: any): string | undefined;