UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

10 lines (9 loc) 412 B
export declare const approvals: { create(context: any, next: any): Promise<any>; update(context: any, next: any): Promise<void>; resubmit(context: any, next: any): Promise<any>; 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>; };