@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
45 lines (44 loc) • 1.19 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: {
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;
};
};
};
});
};