UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

9 lines (8 loc) 359 B
export declare const approvals: { create(context: any, next: any): Promise<any>; update(context: any, next: any): Promise<void>; destroy(context: any, next: any): Promise<any>; withdraw(context: any, next: any): Promise<any>; listCentralized(context: any, next: any): Promise<void>; reminder(context: any, next: any): Promise<any>; };