@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
52 lines (51 loc) • 1.43 kB
TypeScript
export declare const getSchemaActionTodosContent: (params: any) => {
name: string;
type: string;
'x-component': string;
properties: {
detail: {
type: string;
title: string;
'x-component': string;
properties: {
approvalInfo: {
type: string;
'x-component': string;
'x-component-props': {
approval: any;
};
};
detail: {
type: string;
'x-decorator': string;
'x-decorator-props': {
designable: boolean;
};
'x-component': string;
'x-component-props': {
uid: any;
noForm: boolean;
};
};
timeline: {
type: string;
'x-component': string;
};
};
};
} & ({
history?: undefined;
} | {
history: {
type: string;
title: string;
'x-component': string;
properties: {
history: {
type: string;
'x-component': string;
};
};
};
});
};