@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
33 lines (32 loc) • 881 B
TypeScript
export declare const tabPendingSchema: (t: any, props: any, parantUid: any) => {
type: string;
name: string;
title: any;
'x-settings': string;
'x-component': string;
'x-component-props': any;
};
export declare const tabProcessedSchema: (t: any, props: any, parantUid: any) => {
type: string;
name: string;
title: any;
'x-settings': string;
'x-component': string;
'x-component-props': any;
};
export declare const tabDuplicateSchema: (t: any, props: any, parantUid: any) => {
type: string;
name: string;
title: any;
'x-settings': string;
'x-component': string;
'x-component-props': any;
};
export declare const tabExecutedSchema: (t: any, props: any, parantUid: any) => {
type: string;
name: string;
title: any;
'x-settings': string;
'x-component': string;
'x-component-props': any;
};