@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
5 lines (4 loc) • 337 B
TypeScript
export declare function getWorkflowDetailPath(id: string | number): string;
export declare function getWorkflowExecutionsPath(id: string | number): string;
export declare const WorkflowApprovalLink: () => import("react/jsx-runtime").JSX.Element;
export declare const ExecutionApprovalLink: () => import("react/jsx-runtime").JSX.Element;