@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
15 lines (14 loc) • 429 B
TypeScript
import { FilterDynamicComponent } from '@tachybase/module-workflow/client';
export declare const getSchemaAssigneesSelectCustom: (params: any) => {
type: string;
properties: {
filter: {
type: string;
'x-component': string;
'x-component-props': {
options: any;
dynamicComponent: typeof FilterDynamicComponent;
};
};
};
};