@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
18 lines (17 loc) • 364 B
TypeScript
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: {};