@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
25 lines (24 loc) • 622 B
TypeScript
export declare const getSchemaActionLaunch: (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-decorator'?: undefined;
} | {
'x-decorator': string;
}) & {
'x-component': string;
});
};
};
};
};