diff --git a/cds-fontend-2025.V1/src/typings/common.d.ts b/cds-fontend-2025.V1/src/typings/common.d.ts index 699d3b3..d2adc34 100644 --- a/cds-fontend-2025.V1/src/typings/common.d.ts +++ b/cds-fontend-2025.V1/src/typings/common.d.ts @@ -43,4 +43,7 @@ declare namespace CommonType { /** filter function */ filterFn?: (node: any) => boolean; }; + + /** the type of workflow table operate */ + type WorkflowTableOperateType = 'add' | 'edit' | 'detail' | 'approval'; }