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.

6 lines (5 loc) 159 B
export declare const SCHEDULE_MODE: { readonly STATIC: 0; readonly DATE_FIELD: 1; }; export declare function parseDateWithoutMs(date: string): number;