@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
31 lines (30 loc) • 694 B
TypeScript
export declare const CollectionWorkflows: {
title: string;
name: string;
fields: ({
type: string;
name: string;
interface: string;
uiSchema: {
title: string;
type: string;
'x-component': string;
required: boolean;
enum?: undefined;
};
} | {
type: string;
name: string;
interface: string;
uiSchema: {
type: string;
title: string;
'x-component': string;
enum: {
label: string;
value: boolean;
}[];
required?: undefined;
};
})[];
};