UNPKG

@tachybase/plugin-workflow-approval

Version:
18 lines (17 loc) 364 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; })[]; export declare const approvalInitiationStatusMap: {};