@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
26 lines (25 loc) • 680 B
TypeScript
export declare function getSchemaApplyFormWrapper(params: any): {
name: any;
type: string;
properties: {
drawer: {
type: string;
title: string;
'x-component': string;
'x-component-props': {
className: string;
};
properties: {
applyForm: {
type: string;
'x-decorator': string;
'x-decorator-props': {
dataSource: any;
name: any;
};
'x-component': string;
};
};
};
};
};