UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

6 lines (5 loc) 159 B
import { Plugin } from '@tachybase/client'; export declare class KitApprovalBlock extends Plugin { afterAdd(): Promise<void>; load(): Promise<void>; }