UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

20 lines (19 loc) 461 B
export declare const getSchemaActionTodos: (params: any) => { name: string; type: string; 'x-component': string; title: string; properties: { drawer: { type: string; 'x-component': any; 'x-component-props': any; properties: { content: { type: string; 'x-component': string; }; }; }; }; };