UNPKG

@tachybase/plugin-workflow-approval

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