@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
19 lines (18 loc) • 431 B
TypeScript
export declare const getRemoteSchemaBlockInitItem: (params: any) => {
type: string;
name: string;
'x-uid': string;
'x-decorator': any;
'x-decorator-props': any;
'x-component': string;
'x-designer': string;
'x-toolbar': any;
'x-settings': any;
properties: {
block: {
type: string;
'x-component': any;
'x-component-props': any;
};
};
};