@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
20 lines (19 loc) • 461 B
TypeScript
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;
};
};
};
};
};