UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

17 lines (16 loc) 310 B
export declare const approvalStatusEnums: ({ value: number; label: string; editable: boolean; color?: undefined; } | { value: number; label: string; color: string; editable: boolean; } | { value: number; label: string; color: string; editable?: undefined; })[];